nmh-workers
[Top] [All Lists]

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

2009-12-22 01:15:13
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


_______________________________________________
Nmh-workers mailing list
Nmh-workers(_at_)nongnu(_dot_)org
http://lists.nongnu.org/mailman/listinfo/nmh-workers

<Prev in Thread] Current Thread [Next in Thread>