[Mutt] Going GUI...er

Mihai Lazarescu mtlagm at gmail.com
Sat Apr 4 20:30:05 UTC 2020


On Saturday, April 04, 2020 at 19:18:42 +0200, steve wrote:

> Le 04-04-2020, à 09:41:59 +0200, Vegard Svanberg a écrit :
>
> >However, I'm increasingly finding myself having to resort to 
> >various
> >tricks to deal with HTML only emails (with picture attachments),
> >calendar invites, and other oddities and awkward stuff people send.
>
> I can display images, read pdf's, etc… but one thing I never managed to do is
> open an html file containing images. I mean, I can send the html part to
> firefox but the images don't follow.
>
> How do you guys cope with that?

I'm using Christian Ebert's muttils from 
http://www.blacktrash.org/hg/muttils/ with a macro:

macro pager,index,attach M "<pipe-message>viewhtmlmsg<ENTER>"

and viewhtmlmsg being a Python script (maybe created by muttils):

#!/usr/bin/python2
# $Id$

from muttils import viewhtmlmsgcommand
viewhtmlmsgcommand.run()

Best,
Mihai


More information about the Mutt-users mailing list