summaryrefslogtreecommitdiffhomepage
path: root/email.org
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2021-04-27 00:54:38 +0100
committerjao <jao@gnu.org>2021-04-27 00:54:38 +0100
commit3018669168ee47af00f2a4079d8b21e351db2efd (patch)
treebb6ece35caba91a0d37230681dba227884891d6f /email.org
parent6bd8abb3b3a34cfaf916a38230227ed92beaa31c (diff)
downloadelibs-3018669168ee47af00f2a4079d8b21e351db2efd.tar.gz
elibs-3018669168ee47af00f2a4079d8b21e351db2efd.tar.bz2
blocked images again
Diffstat (limited to 'email.org')
-rw-r--r--email.org11
1 files changed, 7 insertions, 4 deletions
diff --git a/email.org b/email.org
index 5da8c15..8a9b109 100644
--- a/email.org
+++ b/email.org
@@ -339,10 +339,13 @@
(interactive)
(when (jao-notmuch-goto-message-buffer)
(goto-char (point-min))
- (save-excursion
- (when (re-search-forward "\\[ multipart/alternative \\]" nil t)
- (while (forward-button 1 nil nil t)
- (notmuch-show-toggle-part-invisibility))))
+ (let ((notmuch-show-text/html-blocked-images nil)
+ (shr-inhibit-images nil)
+ (shr-blocked-images nil))
+ (save-excursion
+ (when (re-search-forward "\\[ multipart/alternative \\]" nil t)
+ (while (forward-button 1 nil nil t)
+ (notmuch-show-toggle-part-invisibility)))))
(jao-notmuch-goto-index-buffer)))
(defun jao-notmuch-toggle-images ()