[PATCH v2 01/14] test: add known broken test for reply to message with multiple Cc...
[notmuch-archives.git] / 96 / 6357ff448d08cab43938114c352b2c95915611
1 Return-Path: <felipe.balbi@linux.intel.com>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 2CFDD6DE012F\r
6  for <notmuch@notmuchmail.org>; Fri,  1 Jul 2016 00:46:22 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.029\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.029 tagged_above=-999 required=5\r
12  tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001,\r
13  RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01,\r
14  RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled\r
15 Received: from arlo.cworth.org ([127.0.0.1])\r
16  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
17  with ESMTP id ajdK1lnBHf5o for <notmuch@notmuchmail.org>;\r
18  Fri,  1 Jul 2016 00:46:14 -0700 (PDT)\r
19 X-Greylist: delayed 565 seconds by postgrey-1.35 at arlo;\r
20  Fri, 01 Jul 2016 00:46:14 PDT\r
21 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120])\r
22  by arlo.cworth.org (Postfix) with ESMTP id 0F6C36DE00C8\r
23  for <notmuch@notmuchmail.org>; Fri,  1 Jul 2016 00:46:14 -0700 (PDT)\r
24 Received: from orsmga002.jf.intel.com ([10.7.209.21])\r
25  by fmsmga104.fm.intel.com with ESMTP; 01 Jul 2016 00:36:48 -0700\r
26 X-ExtLoop1: 1\r
27 X-IronPort-AV: E=Sophos;i="5.26,555,1459839600"; d="scan'208";a="1008774171"\r
28 Received: from pipin.fi.intel.com (HELO localhost) ([10.237.68.160])\r
29  by orsmga002.jf.intel.com with ESMTP; 01 Jul 2016 00:36:30 -0700\r
30 From: Felipe Balbi <balbi@kernel.org>\r
31 To: notmuch@notmuchmail.org\r
32 Cc: Felipe Balbi <balbi@kernel.org>\r
33 Subject: [PATCH] emacs: crypto: verify pgpmime by default\r
34 Date: Fri,  1 Jul 2016 10:35:52 +0300\r
35 Message-Id: <20160701073552.31591-1-balbi@kernel.org>\r
36 X-Mailer: git-send-email 2.8.3\r
37 X-Mailman-Approved-At: Fri, 01 Jul 2016 01:52:53 -0700\r
38 X-BeenThere: notmuch@notmuchmail.org\r
39 X-Mailman-Version: 2.1.20\r
40 Precedence: list\r
41 List-Id: "Use and development of the notmuch mail system."\r
42  <notmuch.notmuchmail.org>\r
43 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
45 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
46 List-Post: <mailto:notmuch@notmuchmail.org>\r
47 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
48 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
49  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
50 X-List-Received-Date: Fri, 01 Jul 2016 07:46:22 -0000\r
51 \r
52 This patch changes default value of\r
53 notmuch-crypto-process-mime to t in order to tell\r
54 notmuch to verify pgpmime messages.\r
55 \r
56 Signed-off-by: Felipe Balbi <balbi@kernel.org>\r
57 ---\r
58  emacs/notmuch-crypto.el | 2 +-\r
59  1 file changed, 1 insertion(+), 1 deletion(-)\r
60 \r
61 diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el\r
62 index e376aa8022d2..d0ce61d440cd 100644\r
63 --- a/emacs/notmuch-crypto.el\r
64 +++ b/emacs/notmuch-crypto.el\r
65 @@ -23,7 +23,7 @@\r
66  \r
67  (require 'notmuch-lib)\r
68  \r
69 -(defcustom notmuch-crypto-process-mime nil\r
70 +(defcustom notmuch-crypto-process-mime t\r
71    "Should cryptographic MIME parts be processed?\r
72  \r
73  If this variable is non-nil signatures in multipart/signed\r
74 -- \r
75 2.8.3\r
76 \r