Hello,
mutt -v : Mutt 1.5.20 (2009-06-14) (debian sid)
if I put the following line in my .mailcap :
text/html; /usr/bin/galeon '%s'; description=HTML Text; test=test -n
"$DISPLAY"; nametemplate=%s.html
(or text/html; /usr/bin/galeon '%s'; description=HTML Text; test=test -n
"$DISPLAY" )
when I want to see an attachement with "v", I get : [-- text/html is
unsupported --]
mailcap entry for type text/html not found
If I add the line (in .mailcap):
text/html; /usr/bin/lynx -dump -force_html '%s'; copiousoutput;
description=HTML Text; nametemplate=%s.html
(or text/html; /usr/bin/lynx -dump -force_html '%s'; copiousoutput;
description=HTML Text)
I can see the attachment in lynx. In this case I get :
[-- Autoview using /usr/bin/lynx -dump -force_html
''/home/user1/.tmp/muttkB71ds'' --]
Why this doesn't work with galeon ?
Thanks in advance for any help
--
Gérard