From 7ab80834455bf482aac93ce4a9ddbf577bf85914 Mon Sep 17 00:00:00 2001 From: Mike Gerwitz Date: Wed, 13 Apr 2016 00:30:17 -0400 Subject: [PATCH] Buttonize PGP signatures in Gnus * emacs.d/mail.org: Buttonize multipart/{signed,encrypted} --- emacs.d/mail.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/emacs.d/mail.org b/emacs.d/mail.org index 631f7f0..be85098 100644 --- a/emacs.d/mail.org +++ b/emacs.d/mail.org @@ -301,6 +301,16 @@ id. (setq mm-verify-option 'always) #+END_SRC +Signature verification doesn't really help me if I can't see that it's +signed to begin with. In Gnus, it seems that the easiest way to do this is +to "buttonize" it, which will delimit the part that is signed. + +#+BEGIN_SRC emacs-lisp + (setq gnus-buttonized-mime-types + '("multipart/signed" + "multipart/encrypted")) +#+END_SRC + *** Message Formats I like plain text. It is the universal language: all standard Unix utilities are made to operate on plain text; they can be manipulated