On Thu, Jun 26, 2014 at 01:55:24PM +1000, raf wrote:
> 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").

Here's that entry from my ~/.mailcap:

text/html; \
        /usr/bin/lynx -dump -force_html '%s'; \
        copiousoutput; \
        description=HTML Text; \
        nametemplate=%s.html

-- 
Mark H. Wood, Lead System Programmer   mw...@iupui.edu
Machines should not be friendly.  Machines should be obedient.

Attachment: signature.asc
Description: Digital signature

Reply via email to