Re: the mutt development vacuum

2013-04-11 Thread Andras Salamon
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

Re: the mutt development vacuum

2013-04-11 Thread Moritz Barsnick
On Thu, Apr 11, 2013 at 08:56:32 +0100, Andras Salamon wrote: > View -> select HTML attachment -> |elinks .muttrc: # this uses the copiousoutput mailcap entry auto_view text/html .mailrc: # no %{charset} exists text/html; w3m -T text/html -I ISO-8859-1 -o frame=0 -o meta_refresh=0 -o auto_i

Re: the mutt development vacuum

2013-04-11 Thread Will Fiveash
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. >