diff options
author | jao <jao@gnu.org> | 2021-04-26 04:06:22 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-26 04:06:22 +0100 |
commit | b82671b0620e9d978fc753f2059fcb2708254dda (patch) | |
tree | 497d5a4eacf0c6b3f495721d8b87699b96cb4c6d | |
parent | 00751f164818438a4abd155af6e625aea4101e8b (diff) | |
download | elibs-b82671b0620e9d978fc753f2059fcb2708254dda.tar.gz elibs-b82671b0620e9d978fc753f2059fcb2708254dda.tar.bz2 |
please, show me those images if i tell you so
-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 |