From 98edf6301332fe3133477964385398b50843aa9c Mon Sep 17 00:00:00 2001 From: jao Date: Fri, 16 Apr 2021 23:21:12 +0100 Subject: images by default in gnus --- gnus.org | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'gnus.org') diff --git a/gnus.org b/gnus.org index 5f447d2..58ef9d3 100644 --- a/gnus.org +++ b/gnus.org @@ -304,10 +304,6 @@ ("^nnimap:feeds/podcasts" (auto-expire . nil) (total-expire . nil)) - ("^nnimap:feeds/fun" - ;; (mm-text-html-renderer 'shr) - (gnus-inhibit-images nil) - (shr-blocked-images nil)) ("^nnimap:feeds/\\(papers\\|programming\\|math\\|physics\\)$" (expiry-wait . 30) (jao-gnus--archiving-group "nnimap:trove/tech") @@ -504,7 +500,7 @@ *** HTML email #+BEGIN_SRC emacs-lisp (setq gnus-button-url 'browse-url-generic - gnus-inhibit-images t + gnus-inhibit-images nil mm-discouraged-alternatives nil ;; '("text/html" "text/richtext") mm-inline-large-images 'resize) -- cgit v1.2.3