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 EECC26DE00BD for ; Sun, 11 Sep 2016 18:11:50 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.007 X-Spam-Level: X-Spam-Status: No, score=-0.007 tagged_above=-999 required=5 tests=[AWL=0.004, SPF_PASS=-0.001, 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 ppLEfCcvBFKn for ; Sun, 11 Sep 2016 18:11:50 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 25FE46DE00B8 for ; Sun, 11 Sep 2016 18:11:49 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84_2) (envelope-from ) id 1bjFmd-00039f-Bo; Sun, 11 Sep 2016 21:11:39 -0400 Received: (nullmailer pid 13510 invoked by uid 1000); Mon, 12 Sep 2016 01:11:44 -0000 From: David Bremner To: Mark Walters , notmuch@notmuchmail.org Cc: Daniel Kahn Gillmor Subject: Re: [PATCH] emacs: reply: remove wrong sig/enc status buttons In-Reply-To: <1473610121-4450-1-git-send-email-markwalters1009@gmail.com> References: <1473610121-4450-1-git-send-email-markwalters1009@gmail.com> Date: Sun, 11 Sep 2016 22:11:44 -0300 Message-ID: <877fahq5v3.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.22 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, 12 Sep 2016 01:11:51 -0000 Mark Walters writes: > This stopps the (usually incorrect) sigstatus and encstatus buttons > appearing when replying in emacs, and updates the test suite to match. > > Overriding the status button functions is a little unusual but much > less intrusive than passing an argument all the way down the call > chain. It also makes it clear exactly what it does. > --- > > I dont't have any encrypted messages for testing but it seems to work > on signed messages (but even that is very lightly tested).=20 In replies encrypted messages there is an extra line saying Version: 1. This is from the first part part of the multipart encrypted =E2=94=94=E2=94=AC=E2=95=B4multipart/encrypted 6845 bytes =E2=94=9C=E2=94=80=E2=95=B4application/pgp-encrypted attachment [PGPMIME v= ersion identification] 11 bytes =E2=94=94=E2=94=80=E2=95=B4application/octet-stream inline [encrypted.asc]= 2708 bytes I'm not really sure it's useful to display in notmuch-show mode either. If not, that would fix it here also. Perhaps Daniel can comment on whether it makes sense to just drop it. d