From a7fea93b81edc4aa01969eb438e32e6261b9745e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 7 Nov 2020 13:18:57 +0100 Subject: [PATCH] Allow automatic display of HTML email messages They are getting more and more common, and their text counterparts are often unreadable. Pity. --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index dbafdf0..af161bb 100644 --- a/init.el +++ b/init.el @@ -1651,7 +1651,7 @@ gnus-inhibit-images t gnus-blocked-images "." mm-text-html-renderer 'shr - mm-discouraged-alternatives '("text/richtext" "text/html")) + mm-discouraged-alternatives '("text/richtext")) ;; Signing and Encryption @@ -1792,8 +1792,7 @@ (use-package mm-decode :config (progn (setq mm-automatic-display (-difference mm-automatic-display - '("text/html" - "text/enriched" + '("text/enriched" "text/richtext"))) ;; Automatically show PGP data inline