Quoting JT <[EMAIL PROTECTED]>, who wrote:
> I've been getting an increased amount of HTML mail *BLECH*. I have
> the following line in my mailcap:
>
> text/html; lynx -dump %s; copiousoutput
>
> and I keep getting the raw HTML instead of the formatted output in my
> pager.
>
> Strangely, lynx from the command line does what I would want it to do
> with -dump.
>
> Anyone have any suggestions?
The docs are confusing, the first examples don't work, you have to
keep reading. Use this, for example:
text/html; lynx -localhost -dump %s ; copiousoutput ; nametemplate=%s.html
lynx uses the extension to determine if it's html.
--
Sam Roberts <[EMAIL PROTECTED]>