[PATCH v2 14/14] cli/reply: only pass gmime message to add recipients to reply message
[notmuch-archives.git] / b1 / 8c19259d006474e385f38cc8358e8e9112f941
1 Return-Path: <jrollins@finestructure.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 olra.theworths.org (Postfix) with ESMTP id 91A80429E25\r
6         for <notmuch@notmuchmail.org>; Wed, 10 Aug 2011 10:05:43 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id 9EfP5HNt31+Q for <notmuch@notmuchmail.org>;\r
16         Wed, 10 Aug 2011 10:05:43 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id E718A431FB6\r
20         for <notmuch@notmuchmail.org>; Wed, 10 Aug 2011 10:05:42 -0700 (PDT)\r
21 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by fire-doxen-postvirus (Postfix) with ESMTP id 5CD8D328203;\r
23         Wed, 10 Aug 2011 10:04:31 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-98-149-172-122.socal.res.rr.com\r
26         [98.149.172.122]) (Authenticated sender: jrollins)\r
27         by fire-doxen-submit (Postfix) with ESMTP id 614BA32821C;\r
28         Wed, 10 Aug 2011 10:04:28 -0700 (PDT)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 09CF736A; Wed, 10 Aug 2011 10:04:28 -0700 (PDT)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Brian May <brian@microcomaustralia.com.au>,\r
33         notmuch <notmuch@notmuchmail.org>\r
34 Subject: Re: not much reply multipart/mixed\r
35 In-Reply-To:\r
36  <CAA0ZO6A4kdiJ0LOAEZhZV_A3+H-2uVoZ+bYOPyoQ_ewV2iJUdQ@mail.gmail.com>\r
37 References:\r
38  <CAA0ZO6A4kdiJ0LOAEZhZV_A3+H-2uVoZ+bYOPyoQ_ewV2iJUdQ@mail.gmail.com>\r
39 User-Agent: Notmuch/0.7-41-g7dce23e (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Wed, 10 Aug 2011 10:04:28 -0700\r
42 Message-ID: <87y5z1p59f.fsf@servo.factory.finestructure.net>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain; charset=us-ascii\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Wed, 10 Aug 2011 17:05:43 -0000\r
58 \r
59 On Wed, 10 Aug 2011 12:07:00 +1000, Brian May <brian@microcomaustralia.com.au> wrote:\r
60 > When I reply to a given email, instead of quoting the original text, I see:\r
61\r
62 > === cut ===\r
63 > On Tue, 9 Aug 2011 01:39:30 -0600, tivoli_support@ecurep.ibm.com wrote:\r
64 > Non-text part: multipart/mixed\r
65 > Non-text part: text/html\r
66 > === cut ===\r
67\r
68 > This is with the latest git master version.\r
69 \r
70 Hi, Brian.  A couple of issues.\r
71 \r
72 The "multipart/mixed" line should definitely not be output, and there\r
73 was a patch to the list to fix that a long time ago, which unfortunately\r
74 has yet to be applied.\r
75 \r
76 The "text/html" line is because notmuch doesn't output non-text/plain\r
77 parts by default.  Notmuch doesn't link against any html parser, for\r
78 instance, so if notmuch were to output a text/html part it would just be\r
79 raw html, which of course wouldn't be any better.\r
80 \r
81 It looks like you've received an email without any text/plain parts,\r
82 which is unfortunate.  The emacs interface will do some parsing of html\r
83 parts (with w3, I think), but there's not currently any way to do this\r
84 in reply.\r
85 \r
86 jamie.\r