From 0227ee5a2d6bb41ca03c3d3779f20726a53f963b Mon Sep 17 00:00:00 2001 From: Felipe Balbi Date: Fri, 1 Jul 2016 10:35:52 +0300 Subject: [PATCH] [PATCH] emacs: crypto: verify pgpmime by default --- 96/6357ff448d08cab43938114c352b2c95915611 | 76 +++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 96/6357ff448d08cab43938114c352b2c95915611 diff --git a/96/6357ff448d08cab43938114c352b2c95915611 b/96/6357ff448d08cab43938114c352b2c95915611 new file mode 100644 index 000000000..6fe2a2188 --- /dev/null +++ b/96/6357ff448d08cab43938114c352b2c95915611 @@ -0,0 +1,76 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 2CFDD6DE012F + for ; Fri, 1 Jul 2016 00:46:22 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.029 +X-Spam-Level: +X-Spam-Status: No, score=-0.029 tagged_above=-999 required=5 + tests=[HEADER_FROM_DIFFERENT_DOMAINS=0.001, + RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H3=-0.01, + RCVD_IN_MSPIKE_WL=-0.01, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id ajdK1lnBHf5o for ; + Fri, 1 Jul 2016 00:46:14 -0700 (PDT) +X-Greylist: delayed 565 seconds by postgrey-1.35 at arlo; + Fri, 01 Jul 2016 00:46:14 PDT +Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) + by arlo.cworth.org (Postfix) with ESMTP id 0F6C36DE00C8 + for ; Fri, 1 Jul 2016 00:46:14 -0700 (PDT) +Received: from orsmga002.jf.intel.com ([10.7.209.21]) + by fmsmga104.fm.intel.com with ESMTP; 01 Jul 2016 00:36:48 -0700 +X-ExtLoop1: 1 +X-IronPort-AV: E=Sophos;i="5.26,555,1459839600"; d="scan'208";a="1008774171" +Received: from pipin.fi.intel.com (HELO localhost) ([10.237.68.160]) + by orsmga002.jf.intel.com with ESMTP; 01 Jul 2016 00:36:30 -0700 +From: Felipe Balbi +To: notmuch@notmuchmail.org +Cc: Felipe Balbi +Subject: [PATCH] emacs: crypto: verify pgpmime by default +Date: Fri, 1 Jul 2016 10:35:52 +0300 +Message-Id: <20160701073552.31591-1-balbi@kernel.org> +X-Mailer: git-send-email 2.8.3 +X-Mailman-Approved-At: Fri, 01 Jul 2016 01:52:53 -0700 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.20 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Fri, 01 Jul 2016 07:46:22 -0000 + +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 +--- + 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 + -- 2.26.2