From 74f47a24284622aa760df5abd796001bce4eac5a Mon Sep 17 00:00:00 2001 From: Raúl Benencia Date: Wed, 14 May 2025 08:25:41 -0700 Subject: emacs: images in html emails --- .emacs.d/rul-emacs.org | 4 +++- .emacs.d/rul-lisp/packages/rul-mail.el | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.emacs.d/rul-emacs.org b/.emacs.d/rul-emacs.org index 9a5c405..665b856 100644 --- a/.emacs.d/rul-emacs.org +++ b/.emacs.d/rul-emacs.org @@ -674,7 +674,9 @@ Emacs can act as Mail User Agent. My preferred package for this is 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() 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() -- cgit v1.2.3