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 0F3496DE00CB for ; Mon, 22 Feb 2016 03:57:25 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.037 X-Spam-Level: X-Spam-Status: No, score=-0.037 tagged_above=-999 required=5 tests=[AWL=-0.026, 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 1dygVDBn8Rb9 for ; Mon, 22 Feb 2016 03:57:22 -0800 (PST) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id BD2526DE00BB for ; Mon, 22 Feb 2016 03:57:22 -0800 (PST) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1aXp7n-0002ku-RG; Mon, 22 Feb 2016 06:57:59 -0500 Received: (nullmailer pid 27790 invoked by uid 1000); Mon, 22 Feb 2016 11:57:17 -0000 From: David Bremner To: Mark Walters , notmuch@notmuchmail.org Subject: Re: [PATCH v6 0/6] emacs: Improve the cited message included in replies In-Reply-To: <1455992680-24978-1-git-send-email-markwalters1009@gmail.com> References: <1455992680-24978-1-git-send-email-markwalters1009@gmail.com> User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1 (x86_64-pc-linux-gnu) Date: Mon, 22 Feb 2016 07:57:17 -0400 Message-ID: <87bn796jqa.fsf@zancas.localnet> MIME-Version: 1.0 Content-Type: text/plain 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: Mon, 22 Feb 2016 11:57:25 -0000 Mark Walters writes: > This is version 6 of this patch set -- the previous version is at > id:1455475199-32622-1-git-send-email-markwalters1009@gmail.com > > The end result should be exactly the same as the previous series but > the tests should now pass at all intermediate points. To achieve this > I moved the part of the code allowing the new reply to code to say > "don't display buttons", before the new reply code change (patch 4), > and merged the one test fix needed with that main change. > I pushed this version to master. d