From 8c446fefe5aff69abe63b9306bc7bbc5002c2dc5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 27 Jan 2019 13:43:50 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20Update=20comments=20for=20=E2=80=98mm-?= =?UTF-8?q?decode=E2=80=99=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/init.el b/init.el index 80b10b7..f4f223f 100644 --- a/init.el +++ b/init.el @@ -1232,13 +1232,10 @@ "text/enriched" "text/richtext"))) :config (progn - ;; Tells Gnus to inline the PGP data + ;; Automatically show PGP data inline (add-to-list 'mm-inlined-types "application/pgp$") - ;; Tells Gnus how to display PGP data when it is requested (add-to-list 'mm-inline-media-tests '("application/pgp$" mm-inline-text identity)) - ;; Tell Gnus not to wait for a request, just display PGP data - ;; straight away. (add-to-list 'mm-automatic-display "application/pgp$"))) (use-package mm-view