* Orm Finnendahl on Wednesday, December 24, 2014 at 14:06:53 +0100 > Am Samstag, den 20. Dezember 2014 um 23:54:06 Uhr (+0800) schrieb lilydjwg: >> Hi, latest version of viewhtmlmsg from >> https://bitbucket.org/blacktrash/muttils always works for me :-) > > Tried that: When using viewhtmlmsg in combination with mutt on my > machine, the characters are displayed correctly, but embedded images > of html pages aren't displayed. Is that intentional or a > misconfiguration on my side?
Images should be displayed, and do so for me[tm] - unless one uses the --safe option where remotely loaded images are not. I'd need an example HTML message to check. The macro for viewing is: macro index,pager <F7> "\ <enter-command> set my_pipe_decode=\$pipe_decode my_wait_key=\$wait_key \ pipe_decode=no wait_key=no<enter>\ <pipe-message> viewhtmlmsg<enter>\ <enter-command> set pipe_decode=\$my_pipe_decode wait_key=\$my_wait_key \ &my_pipe_decode &my_wait_key<enter>\ " "view HTML in browser" -- theatre - books - texts - movies Black Trash Productions at home: http://www.blacktrash.org Black Trash Productions on Facebook: http://www.facebook.com/blacktrashproductions
