diff options
author | Raúl Benencia <id@rbenencia.name> | 2025-05-14 08:25:41 -0700 |
---|---|---|
committer | Raúl Benencia <id@rbenencia.name> | 2025-05-14 08:27:10 -0700 |
commit | 74f47a24284622aa760df5abd796001bce4eac5a (patch) | |
tree | 06b7717cab2aba22b201c13708abb46375c05bd1 /.emacs.d/rul-lisp/packages/rul-mail.el | |
parent | 0cce5f9230a3561b9635dd8bed476b2b90ae891e (diff) |
emacs: images in html emails
Diffstat (limited to '.emacs.d/rul-lisp/packages/rul-mail.el')
-rw-r--r-- | .emacs.d/rul-lisp/packages/rul-mail.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-mail.el b/.emacs.d/rul-lisp/packages/rul-mail.el index dbf9c9b..15354d0 100644 --- a/.emacs.d/rul-lisp/packages/rul-mail.el +++ b/.emacs.d/rul-lisp/packages/rul-mail.el @@ -13,7 +13,9 @@ notmuch-hello-auto-refresh t notmuch-hello-recent-searches-max 20 notmuch-hello-thousands-separator "" - notmuch-show-all-tags-list t) + notmuch-show-all-tags-list t + notmuch-show-text/html-blocked-images nil + ) ;; Keymaps (defun rul/capture-mail() |