Dylan Carlson muttered:
> I have a source that I pull POP3 mail from, unfortunately receiving
> html-only mail from places like Hotmail makes life difficult. I want
> to strip out the html within Mutt and view these attachments from POP3
> fetches in plain text. Or I would be happy calling Lynx to view these
> externally as well (2nd choice).

Put this line into your mailcap
text/html; lynx -dump -force_html %s; copiousoutput; needsterminal

and tell mutt to
auto_view text/html

alternative_order text/plain text/enriched text/html
Let's you view the plain part of a multipart message, rather than the
html part.

> The FAQ advises editing the mailcap file, which I've done, but this
> doesn't apply to POP3.

Huh? What do you mean by that?

HTH,

Michael
-- 

PGP-Key: http://www-stud.ims.uni-stuttgart.de/~tatgeml/public.key

Reply via email to