unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH] emacs: crypto: verify pgpmime by default
@ 2016-07-01  7:35 Felipe Balbi
  2016-07-03  8:23 ` David Bremner
  0 siblings, 1 reply; 2+ messages in thread
From: Felipe Balbi @ 2016-07-01  7:35 UTC (permalink / raw)
  To: notmuch; +Cc: Felipe Balbi

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@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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-03  8:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-01  7:35 [PATCH] emacs: crypto: verify pgpmime by default Felipe Balbi
2016-07-03  8:23 ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).