[PATCH] emacs: crypto: verify pgpmime by default
authorFelipe Balbi <balbi@kernel.org>
Fri, 1 Jul 2016 07:35:52 +0000 (10:35 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:22:10 +0000 (16:22 -0700)
96/6357ff448d08cab43938114c352b2c95915611 [new file with mode: 0644]

diff --git a/96/6357ff448d08cab43938114c352b2c95915611 b/96/6357ff448d08cab43938114c352b2c95915611
new file mode 100644 (file)
index 0000000..6fe2a21
--- /dev/null
@@ -0,0 +1,76 @@
+Return-Path: <felipe.balbi@linux.intel.com>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 2CFDD6DE012F\r
+ for <notmuch@notmuchmail.org>; Fri,  1 Jul 2016 00:46:22 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.029\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.029 tagged_above=-999 required=5\r
+ tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001,\r
+ RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01,\r
+ RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id ajdK1lnBHf5o for <notmuch@notmuchmail.org>;\r
+ Fri,  1 Jul 2016 00:46:14 -0700 (PDT)\r
+X-Greylist: delayed 565 seconds by postgrey-1.35 at arlo;\r
+ Fri, 01 Jul 2016 00:46:14 PDT\r
+Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 0F6C36DE00C8\r
+ for <notmuch@notmuchmail.org>; Fri,  1 Jul 2016 00:46:14 -0700 (PDT)\r
+Received: from orsmga002.jf.intel.com ([10.7.209.21])\r
+ by fmsmga104.fm.intel.com with ESMTP; 01 Jul 2016 00:36:48 -0700\r
+X-ExtLoop1: 1\r
+X-IronPort-AV: E=Sophos;i="5.26,555,1459839600"; d="scan'208";a="1008774171"\r
+Received: from pipin.fi.intel.com (HELO localhost) ([10.237.68.160])\r
+ by orsmga002.jf.intel.com with ESMTP; 01 Jul 2016 00:36:30 -0700\r
+From: Felipe Balbi <balbi@kernel.org>\r
+To: notmuch@notmuchmail.org\r
+Cc: Felipe Balbi <balbi@kernel.org>\r
+Subject: [PATCH] emacs: crypto: verify pgpmime by default\r
+Date: Fri,  1 Jul 2016 10:35:52 +0300\r
+Message-Id: <20160701073552.31591-1-balbi@kernel.org>\r
+X-Mailer: git-send-email 2.8.3\r
+X-Mailman-Approved-At: Fri, 01 Jul 2016 01:52:53 -0700\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Fri, 01 Jul 2016 07:46:22 -0000\r
+\r
+This patch changes default value of\r
+notmuch-crypto-process-mime to t in order to tell\r
+notmuch to verify pgpmime messages.\r
+\r
+Signed-off-by: Felipe Balbi <balbi@kernel.org>\r
+---\r
+ emacs/notmuch-crypto.el | 2 +-\r
+ 1 file changed, 1 insertion(+), 1 deletion(-)\r
+\r
+diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el\r
+index e376aa8022d2..d0ce61d440cd 100644\r
+--- a/emacs/notmuch-crypto.el\r
++++ b/emacs/notmuch-crypto.el\r
+@@ -23,7 +23,7 @@\r
\r
+ (require 'notmuch-lib)\r
\r
+-(defcustom notmuch-crypto-process-mime nil\r
++(defcustom notmuch-crypto-process-mime t\r
+   "Should cryptographic MIME parts be processed?\r
\r
+ If this variable is non-nil signatures in multipart/signed\r
+-- \r
+2.8.3\r
+\r