Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 06 / 95f3fb37174a01e9d68e3c5f11273c695f13ed
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 EC68E429E54\r
6         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 10:51:12 -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 TTfuZG22Z04G for <notmuch@notmuchmail.org>;\r
16         Mon, 23 Jan 2012 10:51:12 -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 70185429E21\r
20         for <notmuch@notmuchmail.org>; Mon, 23 Jan 2012 10:51:12 -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 0C30C66E0089;\r
23         Mon, 23 Jan 2012 10:51:12 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (gwave-110.ligo.caltech.edu\r
26  [131.215.114.110])     (Authenticated sender: jrollins)        by earth-doxen-submit\r
27  (Postfix) with ESMTP id 25A5066E0145;  Mon, 23 Jan 2012 10:51:09 -0800 (PST)\r
28 Received: by finestructure.net (Postfix, from userid 1000)\r
29         id E750D34F; Mon, 23 Jan 2012 10:51:08 -0800 (PST)\r
30 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
31 To: David Edmondson <dme@dme.org>, Notmuch Mail <notmuch@notmuchmail.org>\r
32 Subject: Re: [PATCH 4/6] emacs: add option to notmuch-show-next-open-message\r
33         to pop out to parent buffer if at end\r
34 In-Reply-To: <cunty3m2tj1.fsf@hotblack-desiato.hh.sledj.net>\r
35 References: <87pqea24z0.fsf@servo.finestructure.net>\r
36         <1327307665-23387-1-git-send-email-jrollins@finestructure.net>\r
37         <1327307665-23387-2-git-send-email-jrollins@finestructure.net>\r
38         <1327307665-23387-3-git-send-email-jrollins@finestructure.net>\r
39         <1327307665-23387-4-git-send-email-jrollins@finestructure.net>\r
40         <cunfwf64r83.fsf@hotblack-desiato.hh.sledj.net>\r
41         <87d3aa1fot.fsf@servo.finestructure.net>\r
42         <cunty3m2tj1.fsf@hotblack-desiato.hh.sledj.net>\r
43 User-Agent: Notmuch/0.11+102~g958863a (http://notmuchmail.org) Emacs/23.3.1\r
44         (x86_64-pc-linux-gnu)\r
45 Date: Mon, 23 Jan 2012 10:51:06 -0800\r
46 Message-ID: <87aa5e1cdh.fsf@servo.finestructure.net>\r
47 MIME-Version: 1.0\r
48 Content-Type: multipart/signed; boundary="=-=-=";\r
49         micalg=pgp-sha256; protocol="application/pgp-signature"\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Mon, 23 Jan 2012 18:51:13 -0000\r
63 \r
64 --=-=-=\r
65 \r
66 On Mon, 23 Jan 2012 17:55:14 +0000, David Edmondson <dme@dme.org> wrote:\r
67 > On that basis, I hope no-one will complain if I fix them as a 'drive by'\r
68 > during another change...\r
69 \r
70 Hrm.  I don't think that follows.  Unless the patch is already touching\r
71 that code, I would really prefer we continue to enforce that unrelated\r
72 changes go into separate patches.\r
73 \r
74 There are plenty of other places in the code where we do use parens\r
75 around uninitialized variables.  If you really want to remove them I\r
76 would prefer to see a patch to fixes them all at once.  Doesn't seem\r
77 worth it to me, but everyone seems to be on an uncrustify kick recently,\r
78 so...\r
79 \r
80 jamie.\r
81 \r
82 --=-=-=\r
83 Content-Type: application/pgp-signature\r
84 \r
85 -----BEGIN PGP SIGNATURE-----\r
86 Version: GnuPG v1.4.11 (GNU/Linux)\r
87 \r
88 iQIcBAEBCAAGBQJPHawaAAoJEO00zqvie6q8VqgP/06EV3X8fqsIIJxYRzZsqAgJ\r
89 5Qy6I7JBsjcmYPlV8uAp0P8Omv4ETL+Hd1sk3ghsYQKjcdNnkNJyfMrzZIO5U4Ia\r
90 bP6xofEU/Xl+V6xfburOZnawIwQSU6mTe2bwnz2Ra6ojCwCI+Of8kj4GQqVa07I4\r
91 VZiwuYUOCZeVHw+2YMPnLKuHaCBKdZDeD7db+ffDX41v6Ggfc3Ro816KfShYSOIC\r
92 DjFx29kwUfYKUMn+o7eHVgbvfzRzlSail19WUwfbuU8Y1Efz40uX7jBil2euxfUw\r
93 dkcemkZXRuGz3d9p1aPww9wcNsDQC4kIQ290ZiL91MzBg472v+fuP+/zrzrEjtSX\r
94 P2tEGW/65znPeXLt8dOjS2cFHTHV3ix3Gl8m/p4OCnFz4zWNis7bsLa+7Fgzqtdn\r
95 W1aJiDjHoK+nyZq4RQwUOiJW8mzarK7PBd9iFTRW+HDFCiOCwltJDGZa8iXGKAy4\r
96 PtUQjSfdzVbmA/T86U1rMRhwzFH8xKmUdcPnyzJV3m5VTm97FYn8jUMVIMgbEUlE\r
97 PgIqpHNfyezpDBJZEHIXiZxBw4JDDM8LrgpPy3y+/oiAoSTaRsI1BGIYluuiaMCT\r
98 pel43owFK0AnPtDUAyrS8NF8RrYnPPIf8PkUpUtDdO7sLKIM6rSmlTAfljsOG1rv\r
99 QDpnFe7CBC5reYui9J29\r
100 =gQ3w\r
101 -----END PGP SIGNATURE-----\r
102 --=-=-=--\r