Eugene Lee wrote:

> I looked in the archives and couldn't find a specific answer this one.
> I receive several HTML messages that arrive as an attachment with no
> plain text equivalent in the main message body or another attachment.
> When I reply to these messages, how do I configure Mutt to convert the
> HTML attachment into plain text, quote it, and finally edit it?  Or is
> this a mailcap issue?  Thanks in advance.

did you search on google? a google search for 'mutt-users html mail
mailcap' turns up a lot of responses for me, including many in the
mutt-users archives.

i use:

in ~/.mailcap:

text/html;      w3m -dump %s; nametemplate=%s.html; copiousoutput

and in my .muttrc:

# view annoying html mail inline
auto_view text/html
# if plain text and html prefer plain text
alternative_order text/plain text/enriched text/html

HTH.

-- 
Will Yardley
input: william < @ hq . newdream . net . >

Reply via email to