Mutt Tricks
continued
Handle HTML mail:
set implicit_autoview
auto_view text/html
set mailcap_path="~/.mailcap"
set mailcap_sanitize=yes
alternative_order text/plain text text/html
Contents of ~/.mailcap (all one line per type):
text/html;lynx -dump -nolist %s | sed -e 's/^ //'; nametemplate=%s.html; copiousoutput