[PATCH v2 14/14] cli/reply: only pass gmime message to add recipients to reply message
[notmuch-archives.git] / 8c / ad5da2ed50204501a06ddfa0f591e2ad5fd315
1 Return-Path: <david@tethera.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id 8E1356DE0C11\r
6  for <notmuch@notmuchmail.org>; Sat, 20 Feb 2016 05:15:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.037\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.037 tagged_above=-999 required=5\r
12  tests=[AWL=-0.026, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id ejVFsb1xOMCA for <notmuch@notmuchmail.org>;\r
17  Sat, 20 Feb 2016 05:15:40 -0800 (PST)\r
18 Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197])\r
19  by arlo.cworth.org (Postfix) with ESMTPS id 647AE6DE0A87\r
20  for <notmuch@notmuchmail.org>; Sat, 20 Feb 2016 05:15:40 -0800 (PST)\r
21 Received: from remotemail by fethera.tethera.net with local (Exim 4.84)\r
22  (envelope-from <david@tethera.net>)\r
23  id 1aX7OU-0002Kd-QA; Sat, 20 Feb 2016 08:16:18 -0500\r
24 Received: (nullmailer pid 26689 invoked by uid 1000);\r
25  Sat, 20 Feb 2016 13:15:35 -0000\r
26 From: David Bremner <david@tethera.net>\r
27 To: Mark Walters <markwalters1009@gmail.com>, notmuch@notmuchmail.org\r
28 Subject: Re: [PATCH v5 3/7] emacs/mua: Generate improved cited text for\r
29  replies\r
30 In-Reply-To: <1455475199-32622-4-git-send-email-markwalters1009@gmail.com>\r
31 References: <1455475199-32622-1-git-send-email-markwalters1009@gmail.com>\r
32  <1455475199-32622-4-git-send-email-markwalters1009@gmail.com>\r
33 User-Agent: Notmuch/0.21+26~g9404723 (http://notmuchmail.org) Emacs/24.5.1\r
34  (x86_64-pc-linux-gnu)\r
35 Date: Sat, 20 Feb 2016 09:15:35 -0400\r
36 Message-ID: <878u2ftte0.fsf@zancas.localnet>\r
37 MIME-Version: 1.0\r
38 Content-Type: text/plain\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.20\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43  <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
45  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
50  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Sat, 20 Feb 2016 13:15:42 -0000\r
52 \r
53 Mark Walters <markwalters1009@gmail.com> writes:\r
54 \r
55 > From: David Edmondson <dme@dme.org>\r
56 >\r
57 > Use the message display code to generate message text to cite in\r
58 > replies.\r
59 \r
60 I think some tests need updating for this change. I get 3 failures in\r
61 T310-emacs. If I read the output correctly, the problem is inserting new\r
62 button text into the output. If someone is touching T310 note that most\r
63 of the file comparisons seem to be "OUTPUT EXPECTED" rather than\r
64 "EXPECTED OUTPUT".\r
65 \r
66 d\r