[PATCH v2 12/14] lib: Support empty header values in database
[notmuch-archives.git] / f9 / 4c156cece6584a447b1a0ceec3cb74f3ccd668
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 7F9BB431FAF\r
6         for <notmuch@notmuchmail.org>; Sat, 24 Nov 2012 17:18:41 -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 Usc3k6phoyrC for <notmuch@notmuchmail.org>;\r
17         Sat, 24 Nov 2012 17:18:41 -0800 (PST)\r
18 Received: from mail-pa0-f53.google.com (mail-pa0-f53.google.com\r
19         [209.85.220.53]) (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 1B855431FAE\r
22         for <notmuch@notmuchmail.org>; Sat, 24 Nov 2012 17:18:41 -0800 (PST)\r
23 Received: by mail-pa0-f53.google.com with SMTP id hz1so3911431pad.26\r
24         for <notmuch@notmuchmail.org>; Sat, 24 Nov 2012 17:18:40 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references\r
27         :mime-version:content-type:content-transfer-encoding;\r
28         bh=FVBLUbXYKCcTahKZVoPmD9rrD/wCEtmm+/M1ClC/xIY=;\r
29         b=FwALTEBQkthVp3rsqyRHqfyBHRPdo7xsJh3dh6w447jTQQBWXG8v+j1+HEWlPJV9Zn\r
30         kVSwrv+mfn3fXTjAiWqc4RPXyAlag0XW888gAqkjtJfxWPzEs0NioYOk/PoCv5V+Xt5v\r
31         XcVQujsyWXJndRt1g7H9YDJYMCgyXQQkYZmdANMJO7iUQzqDY4q0pGml1BQulaeDuhHl\r
32         1o/lRhKboHl1INiOze4kYQkmskoDJYxhBpIJMFbkp5HEsC6POAXuuLiy337S5KJt3Y2r\r
33         yUxgkSaLw7IlPV75ZKW/zgIwWof2L+ut1Ge7ex95byxKsJbJ3V6CWu1GNQirhQMX1QcE\r
34         Oz0Q==\r
35 Received: by 10.68.225.232 with SMTP id rn8mr26424898pbc.34.1353806320865;\r
36         Sat, 24 Nov 2012 17:18:40 -0800 (PST)\r
37 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
38         [220.233.42.215])\r
39         by mx.google.com with ESMTPS id iu8sm6218517pbc.71.2012.11.24.17.18.38\r
40         (version=TLSv1/SSLv3 cipher=OTHER);\r
41         Sat, 24 Nov 2012 17:18:40 -0800 (PST)\r
42 From: Peter Wang <novalazy@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 17/20] insert: add copyright line from notmuch-deliver\r
45 Date: Sun, 25 Nov 2012 12:16:43 +1100\r
46 Message-Id: <1353806206-29133-18-git-send-email-novalazy@gmail.com>\r
47 X-Mailer: git-send-email 1.7.12.1\r
48 In-Reply-To: <1353806206-29133-1-git-send-email-novalazy@gmail.com>\r
49 References: <1353806206-29133-1-git-send-email-novalazy@gmail.com>\r
50 MIME-Version: 1.0\r
51 Content-Type: text/plain; charset=UTF-8\r
52 Content-Transfer-Encoding: 8bit\r
53 X-BeenThere: notmuch@notmuchmail.org\r
54 X-Mailman-Version: 2.1.13\r
55 Precedence: list\r
56 List-Id: "Use and development of the notmuch mail system."\r
57         <notmuch.notmuchmail.org>\r
58 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
60 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
61 List-Post: <mailto:notmuch@notmuchmail.org>\r
62 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
63 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
64         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
65 X-List-Received-Date: Sun, 25 Nov 2012 01:18:41 -0000\r
66 \r
67 The 'insert' implementation was based partly on notmuch-deliver.\r
68 ---\r
69  notmuch-insert.c | 3 +++\r
70  1 file changed, 3 insertions(+)\r
71 \r
72 diff --git a/notmuch-insert.c b/notmuch-insert.c\r
73 index 28653ee..5c65582 100644\r
74 --- a/notmuch-insert.c\r
75 +++ b/notmuch-insert.c\r
76 @@ -2,6 +2,9 @@\r
77   *\r
78   * Copyright © 2012 Peter Wang\r
79   *\r
80 + * Based in part on notmuch-deliver\r
81 + * Copyright © 2010 Ali Polatel\r
82 + *\r
83   * This program is free software: you can redistribute it and/or modify\r
84   * it under the terms of the GNU General Public License as published by\r
85   * the Free Software Foundation, either version 3 of the License, or\r
86 -- \r
87 1.7.12.1\r
88 \r