From 7e1cad0634ec25e36043dfba0cb1da2772a23e87 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 4 Jul 2019 13:02:13 -0400 Subject: emacs: some mm-related gnus tweaks and custom-file updates --- .emacs.d/init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.emacs.d/init.el') diff --git a/.emacs.d/init.el b/.emacs.d/init.el index f5e87ec..30f9ecc 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1875,6 +1875,7 @@ For disabling the behaviour for certain buffers and/or modes." (use-feature gnus-art :config (setq + gnus-buttonized-mime-types '("multipart/\\(signed\\|encrypted\\)") gnus-visible-headers (concat gnus-visible-headers "\\|^List-Id:\\|^X-RT-Originator:\\|^User-Agent:") gnus-sorted-header-list @@ -1978,7 +1979,9 @@ https://shemshak.org/~amin/") (use-feature mm-decode :config - (setq mm-discouraged-alternatives '("text/html" "text/richtext"))) + (setq mm-discouraged-alternatives '("text/html" "text/richtext") + mm-decrypt-option 'known + mm-verify-option 'known)) (use-feature sendmail :config -- cgit v1.2.3-83-g751a