summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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 ()