From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 799686DE2C4A for ; Mon, 10 Jul 2017 03:24:59 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0.493 X-Spam-Level: X-Spam-Status: No, score=0.493 tagged_above=-999 required=5 tests=[AWL=-0.159, SPF_NEUTRAL=0.652] 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 8MyWlZ3rdZ7j for ; Mon, 10 Jul 2017 03:24:58 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by arlo.cworth.org (Postfix) with ESMTP id 401FB6DE2C3E for ; Mon, 10 Jul 2017 03:24:57 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 2E701100063; Mon, 10 Jul 2017 13:24:56 +0300 (EEST) From: Tomi Ollila To: David Bremner , notmuch@freelists.org, notmuch@notmuchmail.org Subject: Re: [PATCH] emacs: change default for notmuch-crypto-process-mime to t In-Reply-To: <20170709104614.24642-1-david@tethera.net> References: <20170709104614.24642-1-david@tethera.net> User-Agent: Notmuch/0.24+52~g1f96813 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 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: Mon, 10 Jul 2017 10:24:59 -0000 On Sun, Jul 09 2017, David Bremner wrote: > There are some cases like remote usage where this might cause > problems, but those users can easily customize the variable. The > inconvenience seems to be outweighed by the security benefit for most > users. > --- Trivial enough to LGTM codewise -- too little crypto usage for me to comment on functionality (other that stronger crypto by default FTW) Tomi > emacs/notmuch-crypto.el | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el > index 0af727ef..fc2b5301 100644 > --- a/emacs/notmuch-crypto.el > +++ b/emacs/notmuch-crypto.el > @@ -24,7 +24,7 @@ > (require 'epg) > (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 > @@ -40,6 +40,7 @@ providing a prefix when viewing a signed or encrypted message, or > by providing a prefix when reloading the message in notmuch-show > mode." > :type 'boolean > + :package-version '(notmuch . "0.25") > :group 'notmuch-crypto) > > (defface notmuch-crypto-part-header > -- > 2.13.2 > > _______________________________________________ > notmuch mailing list > notmuch@notmuchmail.org > https://notmuchmail.org/mailman/listinfo/notmuch