diff options
-rw-r--r-- | email.org | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -372,7 +372,9 @@ (interactive) (save-window-excursion (when (jao-notmuch-goto-message-buffer) - (let ((notmuch-show-text/html-blocked-images nil)) + (let ((notmuch-show-text/html-blocked-images nil) + (shr-inhibit-images nil) + (shr-blocked-images nil)) (notmuch-refresh-this-buffer))))) #+end_src |