hi, i used to have this in my mutt mailcap file:
text/html; lynx -dump %s; copiousoutput and it was good. it formatted the html and gave me a list of referenced urls at the bottom. for some reason i can't remember, i changed it to: text/html; w3m -I %{charset} -T text/html -dump; copiousoutput; which does the formatting but doesn't give a list of referenced urls at the bottom so it's less useful. if i change it back to using the "lynx -dump" command then i see the raw html instead of the formatted html (as though i'd used "lynx -source" rather than "lynx -dump"). i suspect that must be why i changed it to use w3m in the past. anyway, if i save the html attachment and run lynx -dump on it then it shows me the formatting page with the list of referenced urls like it used to but that isn't what happens when mutt invokes the same command when autoviewing the attachment. does anyone have any idea why this might be the case or what i can do to make lynx work again for autoviewing html in mutt? cheers, raf