diff options
author | jao <jao@gnu.org> | 2021-04-16 23:21:12 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2021-04-16 23:21:12 +0100 |
commit | 98edf6301332fe3133477964385398b50843aa9c (patch) | |
tree | 3b3227b0f36106e9be9edea1cb20ea480535165d | |
parent | d5f29d2f3aaa513f861143c91a613289a90647f4 (diff) | |
download | elibs-98edf6301332fe3133477964385398b50843aa9c.tar.gz elibs-98edf6301332fe3133477964385398b50843aa9c.tar.bz2 |
images by default in gnus
-rw-r--r-- | gnus.org | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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) |