[PATCH] emacs: crypto: verify pgpmime by default
Felipe Balbi
balbi at kernel.org
Fri Jul 1 00:35:52 PDT 2016
This patch changes default value of
notmuch-crypto-process-mime to t in order to tell
notmuch to verify pgpmime messages.
Signed-off-by: Felipe Balbi <balbi at kernel.org>
---
emacs/notmuch-crypto.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el
index e376aa8022d2..d0ce61d440cd 100644
--- a/emacs/notmuch-crypto.el
+++ b/emacs/notmuch-crypto.el
@@ -23,7 +23,7 @@
(require 'notmuch-lib)
-(defcustom notmuch-crypto-process-mime nil
+(defcustom notmuch-crypto-process-mime t
"Should cryptographic MIME parts be processed?
If this variable is non-nil signatures in multipart/signed
--
2.8.3
More information about the notmuch
mailing list