<<< Date Index >>>     <<< Thread Index >>>

Re: mutt: 9 new changesets



Brendan Cully wrote:  [Thu Jun 18 2009, 03:00:04AM EDT]
> http://dev.mutt.org/hg/mutt/rev/4b5326d8d2ee
> changeset:   5906:4b5326d8d2ee
> branch:      HEAD
> parent:      5904:f40de578e8ed
> user:        Rocco Rutte <pdmef@xxxxxxx>
> date:        Wed Jun 17 18:02:19 2009 +0200
> summary:     Always display text/* parts inline, overrideable by auto_view. 
> Closes #3246.

The idea of this changeset makes sense, but I think the
implementation might be broken.  I have this in my mailcap
(heavily simplified):

text/html; firefox %s
text/html; w3m %s; needsterminal
text/html; w3m -dump %s; copiousoutput

As of 5906:4b5326d8d2ee, when I go into the attachment menu and
hit <enter> on a text/html attachment, it doesn't show up in
firefox, rather mutt uses the copiousoutput entry.  That's what
I want for rendering in the pager but not for the attachment
menu.  Am I missing something?

Thanks,
Aron