summaryrefslogtreecommitdiff
path: root/gnus-conf.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnus-conf.el')
-rw-r--r--gnus-conf.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/gnus-conf.el b/gnus-conf.el
index f99301d..9546063 100644
--- a/gnus-conf.el
+++ b/gnus-conf.el
@@ -15,6 +15,12 @@
;; (nnimap-server-port 143))
))
+;;; Prefer TEXT than HTML mails
+
+(with-eval-after-load "mm-decode"
+ (add-to-list 'mm-discouraged-alternatives "text/html")
+ (add-to-list 'mm-discouraged-alternatives "text/richtext"))
+
;;; display using display-buffer
(defun durand-display-gnus (&rest _args)