On 1999-08-12 03:44:10 -0700, Leiden, Soren wrote:

> Can anyone recommend a solution for text/html type attachments/e-mails?

Add this to your ~/.mailcap:

------------------------------
text/html; /usr/bin/lynx -dump -force_html %s; copiousoutput; nametemplate=%s.html
------------------------------

And this to ~/.muttrc:

------------------------------
auto_view text/html
------------------------------

Reply via email to