[PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / cc / c2bc9591610c252dbbb543674c3bd50f1e6f64
1 Return-Path: <novalazy@gmail.com>\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 6FC26431FDA\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:50:53 -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: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id NOvHwOEl2grh for <notmuch@notmuchmail.org>;\r
17         Sat, 19 Jan 2013 16:50:52 -0800 (PST)\r
18 Received: from mail-pb0-f47.google.com (mail-pb0-f47.google.com\r
19         [209.85.160.47]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id F24E3429E25\r
22         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:50:48 -0800 (PST)\r
23 Received: by mail-pb0-f47.google.com with SMTP id wz17so2682537pbc.6\r
24         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:50:48 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer:in-reply-to\r
27         :references; bh=nCiX83/rEGYX4NdG4jvMp8tfXBvbqAKwli6PX/6Euxg=;\r
28         b=N6ZMPAncXzDzwvk8r/9N13hoBDZQ6m9WJmh349QvO12E+ngErmplXt6GEGJxKv2RiV\r
29         b49VD7I5jDQ9gqdbgiLfnBon/nrOOJdHBjN8VXtVa1fZBLuGNAowH8MrcI3hkjqgYLvP\r
30         f4sKWlM26IeimFpn/icEDZwpJdTUZlRh/mIJlrtVdIIUJxrM2nDlPhXnkqPtCmvZZV13\r
31         i6QPNvXuwbUxJCMy8L3q6kil7q0AlXDzsjbPpK5N2CDwc8/qManlfdoeM/iK2zUBqXXv\r
32         LFfa7NYmm/7+0YzGj14jSDSvxmXdfSd2f/KuTk/+IRMLt91bTf3C9qrptVNXyMTe/n6/\r
33         g2yg==\r
34 X-Received: by 10.66.77.99 with SMTP id r3mr36528025paw.10.1358643048098;\r
35         Sat, 19 Jan 2013 16:50:48 -0800 (PST)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id z10sm6273786pay.7.2013.01.19.16.50.45\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Sat, 19 Jan 2013 16:50:47 -0800 (PST)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH v3 03/20] insert: copy stdin to Maildir tmp file\r
44 Date: Sun, 20 Jan 2013 11:49:47 +1100\r
45 Message-Id: <1358643004-14522-4-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.12.1\r
47 In-Reply-To: <1358643004-14522-1-git-send-email-novalazy@gmail.com>\r
48 References: <1358643004-14522-1-git-send-email-novalazy@gmail.com>\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, 20 Jan 2013 00:50:53 -0000\r
62 \r
63 Read the new message from standard input into the Maildir tmp file.\r
64 ---\r
65  notmuch-insert.c | 51 +++++++++++++++++++++++++++++++++++++++++++++++----\r
66  1 file changed, 47 insertions(+), 4 deletions(-)\r
67 \r
68 diff --git a/notmuch-insert.c b/notmuch-insert.c\r
69 index 7d100ae..38e815f 100644\r
70 --- a/notmuch-insert.c\r
71 +++ b/notmuch-insert.c\r
72 @@ -94,6 +94,47 @@ maildir_open_tmp_file (void *ctx, const char *dir,\r
73      return fd;\r
74  }\r
75  \r
76 +/* Copy the contents of standard input (fdin) into fdout. */\r
77 +static notmuch_bool_t\r
78 +copy_stdin (int fdin, int fdout)\r
79 +{\r
80 +    char buf[4096];\r
81 +    char *p;\r
82 +    ssize_t remain;\r
83 +    ssize_t written;\r
84 +\r
85 +    for (;;) {\r
86 +       remain = read (fdin, buf, sizeof (buf));\r
87 +       if (remain == 0)\r
88 +           break;\r
89 +       if (remain < 0) {\r
90 +           if (errno == EINTR)\r
91 +               continue;\r
92 +           fprintf (stderr, "Error: reading from standard input: %s\n",\r
93 +                    strerror (errno));\r
94 +           return FALSE;\r
95 +       }\r
96 +\r
97 +       p = buf;\r
98 +       do {\r
99 +           written = write (fdout, p, remain);\r
100 +           if (written == 0)\r
101 +               return FALSE;\r
102 +           if (written < 0) {\r
103 +               if (errno == EINTR)\r
104 +                   continue;\r
105 +               fprintf (stderr, "Error: writing to temporary file: %s",\r
106 +                        strerror (errno));\r
107 +               return FALSE;\r
108 +           }\r
109 +           p += written;\r
110 +           remain -= written;\r
111 +       } while (remain > 0);\r
112 +    }\r
113 +\r
114 +    return TRUE;\r
115 +}\r
116 +\r
117  static notmuch_bool_t\r
118  insert_message (void *ctx, notmuch_database_t *notmuch, int fdin,\r
119                 const char *dir)\r
120 @@ -101,16 +142,18 @@ insert_message (void *ctx, notmuch_database_t *notmuch, int fdin,\r
121      char *tmppath;\r
122      char *newpath;\r
123      int fdout;\r
124 +    notmuch_bool_t ret;\r
125  \r
126      fdout = maildir_open_tmp_file (ctx, dir, &tmppath, &newpath);\r
127      if (fdout < 0) {\r
128         return FALSE;\r
129      }\r
130 -\r
131 -    /* For now we just delete the tmp file immediately. */\r
132 +    ret = copy_stdin (fdin, fdout);\r
133      close (fdout);\r
134 -    unlink (tmppath);\r
135 -    return FALSE;\r
136 +    if (!ret) {\r
137 +       unlink (tmppath);\r
138 +    }\r
139 +    return ret;\r
140  }\r
141  \r
142  int\r
143 -- \r
144 1.7.12.1\r
145 \r