summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-26 04:06:22 +0100
committerjao <jao@gnu.org>2021-04-26 04:06:22 +0100
commitb82671b0620e9d978fc753f2059fcb2708254dda (patch)
tree497d5a4eacf0c6b3f495721d8b87699b96cb4c6d /email.org
parent00751f164818438a4abd155af6e625aea4101e8b (diff)
downloadelibs-b82671b0620e9d978fc753f2059fcb2708254dda.tar.gz
elibs-b82671b0620e9d978fc753f2059fcb2708254dda.tar.bz2
please, show me those images if i tell you so
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