X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=emacs%2Fnotmuch-show.el;h=78f1af4710a70dcc4deaa913ddd81b2bc2807781;hb=0557c5a0333b971188c02c961dec88496f2eed0c;hp=a0a58373aa675a330dc57c04f94bcde622a0f53e;hpb=2f4beda434c59f9e2f5b7c32d26543bad7217ad4;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index a0a58373..78f1af47 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -604,7 +604,7 @@ will return nil if the CID is unknown or cannot be retrieved." (unless (assq 'notmuch-show-mode w3m-cid-retrieve-function-alist) (push (cons 'notmuch-show-mode #'notmuch-show--cid-w3m-retrieve) w3m-cid-retrieve-function-alist))) - (setq mm-inline-text-html-with-images t)) + (setq mm-html-inhibit-images nil)) (defvar w3m-current-buffer) ;; From `w3m.el'. (defun notmuch-show--cid-w3m-retrieve (url &rest args)