Mutt
Revision as of 14:15, 21 December 2011 by Andrew (talk | contribs) (→Render HTML email when there's no text/plain alternative)
Render HTML email when there's no text/plain alternative
If there's no text/plain version of an email component, mutt defaults to just rendering the html, regardless of the mailcap file.
To make it do something more useful:
.mailcap
text/html; lynx -force_html -dump %s ; copiousoutput
.muttrc
auto_view text/html
alternative_order text/plain
One downside of this, is that lynx no longer can run interactively (you can't follow links from a html email). Instead lynx will print out a references section at the bottom with all the embedded links.
More info can be found at http://www.mutt.org/doc/manual/manual-5.html