Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 85 / bce7dbc84dc81e95120c4b0e6a9361ee477f32
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 olra.theworths.org (Postfix) with ESMTP id 1389F431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 16 Sep 2014 12:32:30 -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: 0\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 tOCJu05qOuZm for <notmuch@notmuchmail.org>;\r
16         Tue, 16 Sep 2014 12:32:26 -0700 (PDT)\r
17 Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155])\r
18         (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 33EB8431FAE\r
21         for <notmuch@notmuchmail.org>; Tue, 16 Sep 2014 12:32:26 -0700 (PDT)\r
22 Received: from remotemail by yantan.tethera.net with local (Exim 4.80)\r
23         (envelope-from <david@tethera.net>)\r
24         id 1XTyUC-0006BA-GD; Tue, 16 Sep 2014 16:32:24 -0300\r
25 Received: (nullmailer pid 7855 invoked by uid 1000); Tue, 16 Sep 2014\r
26         19:32:16 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Peter Wang <novalazy@gmail.com>\r
29 Subject: Re: [PATCH v2 06/10] cli: refactor insert\r
30 In-Reply-To: <20140706135728.GE1142@hili.localdomain>\r
31 References: <1397653165-15620-1-git-send-email-novalazy@gmail.com>\r
32         <1397653165-15620-7-git-send-email-novalazy@gmail.com>\r
33         <87simgq702.fsf@maritornes.cs.unb.ca>\r
34         <20140706135728.GE1142@hili.localdomain>\r
35 User-Agent: Notmuch/0.18.1+97~g56c48dc (http://notmuchmail.org) Emacs/24.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Tue, 16 Sep 2014 21:32:16 +0200\r
38 Message-ID: <8738brpdj3.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain\r
41 Cc: notmuch@notmuchmail.org\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Tue, 16 Sep 2014 19:32:30 -0000\r
55 \r
56 Peter Wang <novalazy@gmail.com> writes:\r
57 \r
58 > On Sat, 05 Jul 2014 10:18:05 -0300, David Bremner <david@tethera.net> wrote:\r
59 >> Peter Wang <novalazy@gmail.com> writes:\r
60 >> \r
61 >> > -    cleanup_path = tmppath;\r
62 >> > -\r
63 >> > -    if (! copy_stdin (fdin, fdout))\r
64 >> > -  goto FAIL;\r
65 >> > +    if (! copy_stdin (fdin, fdout)) {\r
66 >> > +  close (fdout);\r
67 >> > +  unlink (tmppath);\r
68 >> > +  return FALSE;\r
69 >> > +    }\r
70 \r
71 I've now pushed up to patch 6 in the series, along with a couple of\r
72 patches to deal with SONAME related breakage.\r
73 \r
74 I did end up squashing this patch in.\r
75 \r
76 d\r