nmh-workers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Nmh-workers] Can One Suppress MIME Part Number Headers?


From: Joel Reicher
Subject: Re: [Nmh-workers] Can One Suppress MIME Part Number Headers?
Date: Tue, 22 Dec 2009 16:37:59 +1100

Martin McCormick writes:
>       Lines like: part 1     text/html                 1286
> probably take 1.5 seconds to hear but in a year, I get over 7200
> messages in just the inbox alone. That's 2 hours of just
> that.:-).

Lines like that are caused by the mhshow-show-<type> directives that
are either in your mh-profile or the system mhn.defaults (or perhaps
some builtin defaults too).

If the directive contains the %p escape sequence it calls %l before
pausing, and %l generates the line.

If you change the directive in your profile to

mhshow-show-text/html: /usr/local/bin/lynx -force_html -child -dump '%F' 
|/home/martin/etc/nuisancefilter |/home/martin/etc/noblanks |/usr/bin/more

i.e., remove the %p, it will suppress the part type listing, but also the
pausing before part display.

This info is hidden in the mhshow man page.

Hope I understood your query correctly and that this helps.

Cheers,

        - Joel




reply via email to

[Prev in Thread] Current Thread [Next in Thread]