On Wed, Nov 21, 2001 at 09:30:49PM +0100, Ren? Clerc wrote:

> When somebody sends me an HTML email (or some blabla mailing list), I
> would like to:
> 
> - view the "dumped" output in the pager
>   (text/html; links -dump %s; nametemplate=mutt.html; copiousoutput)
> - browse when I explicitly visit the attachment in the attachment
>   menu. So really "fire up" links
>   (text/html; links %s; nametemplate=%s.html)
> 
> The latter is handy when you have to follow links to unsubscribe from
> that list, muhahaha :)
> 
> Does anybody know a convenient way to do this?

Except for the choice of browsers, that's exactly what I have my mailcap
configured to do:

    text/html;      w3m %s; nametemplate=%s.html
    text/html;      w3m -dump %s; nametemplate=%s.html; copiousoutput

Substitute "links" for "w3m" and you should be all set.  Also, if you
haven't done so already, make sure this line is in your muttrc:

    auto_view text/html

Gary

-- 
Gary Johnson                               | Agilent Technologies
[EMAIL PROTECTED]                   | Spokane, Washington, USA
http://www.spocom.com/users/gjohnson/mutt/ |

Reply via email to