[PATCH v2 14/14] cli/reply: only pass gmime message to add recipients to reply message
[notmuch-archives.git] / 82 / e0504e10aec90a6617cf830b325e322824ddc1
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 652EE429E36\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 10:29:36 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 TyW4tD7HhvVQ for <notmuch@notmuchmail.org>;\r
16         Wed, 25 Jan 2012 10:29:35 -0800 (PST)\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 C7373431FBC\r
20         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 10:29:35 -0800 (PST)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 5406166E01ED;\r
23         Wed, 25 Jan 2012 10:29:35 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-137-84.socal.res.rr.com\r
26         [76.174.137.84]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id 8B69F66E01F3;\r
28         Wed, 25 Jan 2012 10:29:31 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 237D02A9; Wed, 25 Jan 2012 10:29:31 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Tomi Ollila <tomi.ollila@iki.fi>, notmuch@notmuchmail.org\r
33 Subject: Re: [RFC PATCH] bikeshed uncrustify options\r
34 In-Reply-To: <m2ty3jk5d8.fsf@guru.guru-group.fi>\r
35 References: <1327504886-8730-1-git-send-email-tomi.ollila@iki.fi>\r
36         <87d3a77mzz.fsf@servo.finestructure.net>\r
37         <m2ty3jk5d8.fsf@guru.guru-group.fi>\r
38 User-Agent: Notmuch/0.11+115~g51d071f (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Wed, 25 Jan 2012 10:29:30 -0800\r
41 Message-ID: <871uqn7i0l.fsf@servo.finestructure.net>\r
42 MIME-Version: 1.0\r
43 Content-Type: multipart/signed; boundary="=-=-=";\r
44         micalg=pgp-sha256; protocol="application/pgp-signature"\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, 25 Jan 2012 18:29:36 -0000\r
58 \r
59 --=-=-=\r
60 Content-Transfer-Encoding: quoted-printable\r
61 \r
62 On Wed, 25 Jan 2012 20:24:19 +0200, Tomi Ollila <tomi.ollila@iki.fi> wrote:\r
63 > On Wed, 25 Jan 2012 08:41:52 -0800, Jameson Graef Rollins <jrollins@fines=\r
64 tructure.net> wrote:\r
65 > > On Wed, 25 Jan 2012 17:21:26 +0200, Tomi Ollila <tomi.ollila@iki.fi> wr=\r
66 ote:\r
67 > > > -type GMimeObject mime_node_t\r
68 > > > +type GMimeObject GMimeCryptoContext GMimeCipherContext\r
69 > > > +type mime_node_t notmuch_message_t\r
70 > >=20\r
71 > > This must be a mistake.  Presumably this hasn't been properly rebased\r
72 > > against the latest master, which includes Austin's part 2 show rewrite.\r
73 >=20\r
74 > $ git reset --hard origin/master\r
75 > $ git describe\r
76 > debian/0.11-1-116-ge6e10b8\r
77 > $ git am foo.am\r
78 > Applying: bikeshed uncrustify options\r
79 > $\r
80 \r
81 Ok, but obviously this patch should not be making this change.\r
82 \r
83 jamie.\r
84 \r
85 --=-=-=\r
86 Content-Type: application/pgp-signature\r
87 \r
88 -----BEGIN PGP SIGNATURE-----\r
89 Version: GnuPG v1.4.11 (GNU/Linux)\r
90 \r
91 iQIcBAEBCAAGBQJPIEoKAAoJEO00zqvie6q8gMMQAIMN+9EeOXz58LjMaxp0d01n\r
92 rAHMQRZ+CNOgnpiD7dwke5M+ChJtMyiOFV2L5lfTfc9SE+/f3rdlHHQkGoswWiBA\r
93 PSs/5qnD/KxrdgHxq4H39uhscgb0d6Zte9tSglhGzcdvOHXA6Wsu0SzicdJ+vnv+\r
94 LglDaQ7OydaBXSi9AxkbmOldm1H3yGt7QXb8B69Tiu/CPpM+rtSKTvf7seaW3dd2\r
95 pmSodRgzt5Ilp3lxTbdSrGvPCFnBDP8ncN0P8Be+aDyF11j4ZMtbRLwsXi3JWdf9\r
96 sO4uLQsEeQLrKpIjkjQBKNvX3MfJySj0zDkAU6916BYfYM8smUeusbj9xO9G9gCt\r
97 H2PZo/kg6hc0YDlqav6xIBTPXkHWHqKp976U7VXPtb1Z/SIP0W0hQAWfERPrMcVV\r
98 h3Afi92WbIZHTHR7nXposAFCHtEtmVzO8SjPN2U3UFK8rfSpR62ja9PqgIgi2hK9\r
99 5XGw44xE5jGlHPp2oXxGA9a/auTDcgk5KRAuhbVvS2mhV9M4YF6kQTTl6gofmS9o\r
100 mihMMWqGCy8GmP2oJnTwc3YqYJWw/bGkSx/2k5iqtichhtgMWjPJkqsa0zwxS3y9\r
101 QOqxM7AGLImOm41hPYcPuJpsTZ+LQ8mZda8NdcWDLgv9V5G/L/ZJA3pg5aZxz2vg\r
102 L1mCUuCnD6VRkUp4IJxR\r
103 =NUtk\r
104 -----END PGP SIGNATURE-----\r
105 --=-=-=--\r