[PATCH v2 05/14] cli/reply: reorganize create_reply_message()
[notmuch-archives.git] / 24 / d5aea083d87a93385fe4b054aeab3b5973731a
1 Return-Path: <bremner@unb.ca>\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 94322431FD0\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Sep 2011 19:36:49 -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 Q41oMb3UsNru for <notmuch@notmuchmail.org>;\r
16         Sat, 24 Sep 2011 19:36:49 -0700 (PDT)\r
17 Received: from tempo.its.unb.ca (tempo.its.unb.ca [131.202.1.21])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id E36C6431FB6\r
21         for <notmuch@notmuchmail.org>; Sat, 24 Sep 2011 19:36:48 -0700 (PDT)\r
22 Received: from zancas.localnet\r
23         (fctnnbsc36w-156034074160.pppoe-dynamic.High-Speed.nb.bellaliant.net\r
24         [156.34.74.160]) (authenticated bits=0)\r
25         by tempo.its.unb.ca (8.13.8/8.13.8) with ESMTP id p8P2ahqV030455\r
26         (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NO);\r
27         Sat, 24 Sep 2011 23:36:44 -0300\r
28 Received: from bremner by zancas.localnet with local (Exim 4.76)\r
29         (envelope-from <bremner@unb.ca>)\r
30         id 1R7eaB-0000zI-MW; Sat, 24 Sep 2011 23:36:43 -0300\r
31 From: David Bremner <david@tethera.net>\r
32 To: Austin Clements <amdragon@MIT.EDU>\r
33 Subject: Re: [PATCH v6 00/17] Fix 'notmuch new' atomicity issues\r
34 In-Reply-To: <20110924040244.GE17905@mit.edu>\r
35 References: <87ei34rnc5.fsf@yoom.home.cworth.org>\r
36         <1307822683-848-1-git-send-email-amdragon@mit.edu>\r
37         <BANLkTimeWnn5YtKjarFB8f8Fowvz0PxK2Q@mail.gmail.com>\r
38         <CAH-f9WvAFuVp-6u6tFgbcPEGW304wkGy=uhSOGhbNXd0m7H3mw@mail.gmail.com>\r
39         <87ty8gobv0.fsf@zancas.localnet>\r
40         <87bouabpic.fsf@rocinante.cs.unb.ca>\r
41         <20110924040244.GE17905@mit.edu>\r
42 User-Agent: Notmuch/0.9~rc1 (http://notmuchmail.org) Emacs/23.3.1\r
43         (x86_64-pc-linux-gnu)\r
44 Date: Sat, 24 Sep 2011 23:36:43 -0300\r
45 Message-ID: <871uv5mjpg.fsf@zancas.localnet>\r
46 MIME-Version: 1.0\r
47 Content-Type: text/plain; charset=us-ascii\r
48 Cc: notmuch@notmuchmail.org\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Sun, 25 Sep 2011 02:36:49 -0000\r
62 \r
63 On Sat, 24 Sep 2011 00:03:02 -0400, Austin Clements <amdragon@MIT.EDU> wrote:\r
64\r
65 > Awesome.  Only seven more to go!\r
66 \r
67 The remaining seven are pushed, along with some related debian packaging\r
68 things.\r
69 \r
70 Austin, could I bug you for some atomicity related items for NEWS? I\r
71 guess at least the 3 new library calls should be mentioned.\r
72 \r
73 d\r