Re: notmuch-tree display
[notmuch-archives.git] / 8e / b7e751dab7955899122b6f5b4064f6e0d8e26f
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 ECDFA431FD5\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:44:40 -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.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 i4mQ2ZclO80j for <notmuch@notmuchmail.org>;\r
17         Wed, 25 Jul 2012 06:44:39 -0700 (PDT)\r
18 Received: from mail-pb0-f53.google.com (mail-pb0-f53.google.com\r
19         [209.85.160.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 3E614431FAE\r
22         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:44:23 -0700 (PDT)\r
23 Received: by mail-pb0-f53.google.com with SMTP id rr13so1767731pbb.26\r
24         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:44:23 -0700 (PDT)\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=qygyryo7eodZSHwYgcoLe0P0ErrKjGOmVpfgyCWRoMc=;\r
29         b=AxN2e8pdteL1KhJOy/GqoERhm/keRXO7rHrzIw/A1TmsHql4/RkMHKNjeB5jJmLfVV\r
30         YN6aNxvYopxBpWhhiPMaCrZ0jvvhc3m8wx6QXT7lKSgW8nVqxztTn/4v51BAVEJ04GZW\r
31         CtLk9/1QkmS7JBFIWf/ciIaRhkUibW/SIjitotTFpH/UIf9yYTVD+rytq/lgF7TEpIOd\r
32         PReNdfws+5bQdAEOd/eYct7kNQV+seBfRVKJQVqFl/vjzfkk8swutX1xmluQLAEMZSdo\r
33         K13g6A2MFUI0TbTqRiuvf5SG+4uVilMThGofFrRBjfAb6Ezz05qZTVXzI10cvo9JJYoy\r
34         DB1w==\r
35 Received: by 10.68.217.40 with SMTP id ov8mr51941088pbc.131.1343223863061;\r
36         Wed, 25 Jul 2012 06:44:23 -0700 (PDT)\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 pi7sm14409884pbb.56.2012.07.25.06.44.20\r
40         (version=TLSv1/SSLv3 cipher=OTHER);\r
41         Wed, 25 Jul 2012 06:44:22 -0700 (PDT)\r
42 From: Peter Wang <novalazy@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH 12/18] insert: add copyright line from notmuch-deliver\r
45 Date: Wed, 25 Jul 2012 23:42:41 +1000\r
46 Message-Id: <1343223767-9812-12-git-send-email-novalazy@gmail.com>\r
47 X-Mailer: git-send-email 1.7.4.4\r
48 In-Reply-To: <1343223767-9812-1-git-send-email-novalazy@gmail.com>\r
49 References: <1343223767-9812-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: Wed, 25 Jul 2012 13:44: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 files changed, 3 insertions(+), 0 deletions(-)\r
71 \r
72 diff --git a/notmuch-insert.c b/notmuch-insert.c\r
73 index 5fd79be..a69dfe6 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.4.4\r
88 \r