Denis Perelyubskiy wrote:
> is there a way to tell mutt in which order to process
> attachments. in particular, i get lots of mail sent by
> people who use outlook. that thing sends out 2 copies of the
> message : plain text and html.
> looks like this

sure.

i do it like this:

# view annoying html mail inline
auto_view text/html
# view annoying vcards inline
auto_view text/x-vcard
# view document files via catdoc
auto_view application/ms-word

with the corresponding .mailcap:
text/html;      w3m -dump %s; nametemplate=%s.html; copiousoutput
application/msword; catdoc %s; copiousoutput
text/x-vcard;   bin/vcard_filter; copiousoutput

-w

-- 
Sintax error in config file! (line 378)
aborted!

PGP Public Key:
http://infinitejazz.net/will/pgp/

Reply via email to