Bara Zani wrote:

> only thing standing between me and mutt nirvana is the html
> attachments ;~( here's what i came up with ( and still not working .)
> .muttrc
> set mailcap_path="~/mail/mailcap"
> 
> .mime.types
> text/html                                     html htm
> 
> ~/mail/mailcap
> text/html;                    /usr/local/bin/lynx %s;
> 
> what is wrong ?

does it work if hit 'v' and then hit <enter> while selecting the
attachment?  perhaps you just need to put:

# view annoying html mail inline
auto_view text/html

in your .muttrc?  this will 'autoview' html messages.

i also have:
alternative_order text/plain text/enriched text/html

which means mutt will prefer a text version to an html version.

i have this in my .mailcap:

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

HTH

-- 
William Yardley                   System Administrator, Newdream Network
[EMAIL PROTECTED]         http://infinitejazz.net/will/pgp/gpg.asc

Reply via email to