summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
Diffstat (limited to 'email.org')
-rw-r--r--email.org4
1 files changed, 3 insertions, 1 deletions
diff --git a/email.org b/email.org
index 48f62e5..ada0476 100644
--- a/email.org
+++ b/email.org
@@ -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