My current .mailcap file uses w3m to convert HTML parts to text for display:
text/html; w3m -I %{charset} -dump %s -cols $COLUMNS; copiousoutput; description=HTML Text; nametemplate=%s.html I'd like to get some text highlighting, such as bold for the To:, From: and other header field names, color for HTML links, etc. w3m does this when it displays the page interactively, but not when the -dump switch is used. Lynx likewise dumps only the plainest of plain text. I know mutt can colorize portions of text/plain messages, but is there any text format that mutt would recognize as containing color, bold, underlining and other text attributes? If so, is there some tool that can generate that format from HTML? Ideally, I'd like the display to look something like what you see in gnus or MH-E. I would assume this is a frequently asked question, but I've been unable to find an answer. Thanks. -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com