On Tue, Nov 11, 2014 at 10:54:27AM +0100, steve wrote: > Hi all, > > I'm receiving reports in html containing images. In mutt, those images > are separated from the html file. For example, when I press 'v', I see > the html file on one line and the image on another. Pressing 'enter' > fires up firefox to display the html file. Problem, the image will not > show in that page (it doesn't find the image's address). > > I've been looking around for a solution but failed until now, so > that's the reason I'm posting here. > > How could I achieve that?
When I want to see an html message as html, including images, etc., I pipe it through mhonarc and to a browser, using this command: macro pager B ":unset wait_key\n<pipe-message>mhonarc -rcfile ~/.m2h_rcfile -single | browser\n:set wait_key\n" MHonArc nicely adds the message header to the HTML body so it's all very readable in the browser. The resource file, .m2h_rcfile, lets you configure options for including or not including various MIME types, including images. -pd -- ---- Peter Davis The Tech Curmudgeon www.techcurmudgeon.com
