Hi,
Using debian's mutt 1.5.20-4 I can no longer view the html part of a
message in a graphical browser (firefox).
In my ~/.mailcap I have:
text/html; /usr/bin/iceweasel '%s'; description=HTML Text; test=test -n
"$DISPLAY"; nametemplate=%s.html
Yet, when I type 'v' to view the message parts and select the html part
I always get a rendering by w3m:
[-- Autoview using /usr/bin/w3m -dump -T text/html
''/var/tmp/mutt.html'' --]
I tried removing all text/html lines in my /etc/mailcap except the one
with iceweasel and now I get:
[ text/html is not supported ]
Any idea?