On Thu, Apr 11, 2013 at 08:56:32AM +0100, Andras Salamon wrote: > On Thu, Apr 11, 2013 at 12:18:36AM -0400, grarpamp wrote: > >Really the only major feature mutt could have to be 'current' > >would be html renderer, for those 'only html' emails that come in. Even > >if just spawn elinks for it. > > View -> select HTML attachment -> |elinks > > Are you suggesting this should be streamlined, to select the HTML > attachment automatically?
In my .muttrc: auto_view text/html and in my .mailcap: text/html; /usr/bin/elinks -force-html -dump-width 120 -dump %s ; copiousoutput If that's still not readable enough I have this in .muttrc: macro index,pager _B |viewhtmlmsg\n "View HTML msg in browser" which is one of the utilities from http://www.blacktrash.org/hg/muttils. It does a good job of creating a readable HTML file that is opened in Firefox. -- Will Fiveash