From 709001e931b63eb559087120ba0256d1e20995bc Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sun, 21 Feb 2016 09:15:35 +2000 Subject: [PATCH] Re: [PATCH v5 3/7] emacs/mua: Generate improved cited text for replies --- 8c/ad5da2ed50204501a06ddfa0f591e2ad5fd315 | 66 +++++++++++++++++++++++ 1 file changed, 66 insertions(+) create mode 100644 8c/ad5da2ed50204501a06ddfa0f591e2ad5fd315 diff --git a/8c/ad5da2ed50204501a06ddfa0f591e2ad5fd315 b/8c/ad5da2ed50204501a06ddfa0f591e2ad5fd315 new file mode 100644 index 000000000..d31553a83 --- /dev/null +++ b/8c/ad5da2ed50204501a06ddfa0f591e2ad5fd315 @@ -0,0 +1,66 @@ +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 8E1356DE0C11 + for ; Sat, 20 Feb 2016 05:15:42 -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 ejVFsb1xOMCA for ; + Sat, 20 Feb 2016 05:15:40 -0800 (PST) +Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) + by arlo.cworth.org (Postfix) with ESMTPS id 647AE6DE0A87 + for ; Sat, 20 Feb 2016 05:15:40 -0800 (PST) +Received: from remotemail by fethera.tethera.net with local (Exim 4.84) + (envelope-from ) + id 1aX7OU-0002Kd-QA; Sat, 20 Feb 2016 08:16:18 -0500 +Received: (nullmailer pid 26689 invoked by uid 1000); + Sat, 20 Feb 2016 13:15:35 -0000 +From: David Bremner +To: Mark Walters , notmuch@notmuchmail.org +Subject: Re: [PATCH v5 3/7] emacs/mua: Generate improved cited text for + replies +In-Reply-To: <1455475199-32622-4-git-send-email-markwalters1009@gmail.com> +References: <1455475199-32622-1-git-send-email-markwalters1009@gmail.com> + <1455475199-32622-4-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: Sat, 20 Feb 2016 09:15:35 -0400 +Message-ID: <878u2ftte0.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: Sat, 20 Feb 2016 13:15:42 -0000 + +Mark Walters writes: + +> From: David Edmondson +> +> Use the message display code to generate message text to cite in +> replies. + +I think some tests need updating for this change. I get 3 failures in +T310-emacs. If I read the output correctly, the problem is inserting new +button text into the output. If someone is touching T310 note that most +of the file comparisons seem to be "OUTPUT EXPECTED" rather than +"EXPECTED OUTPUT". + +d -- 2.26.2