[PATCH] emacs: address completion, allow sender/recipient and filters
[notmuch-archives.git] / 1e / 84ae2817da982f6ded24fe6b7ee841fa1e1bb4
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 60BD0429E41\r
6         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:52:15 -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 YHeBI6wHkiuy for <notmuch@notmuchmail.org>;\r
17         Sat, 19 Jan 2013 16:52:14 -0800 (PST)\r
18 Received: from mail-pb0-f48.google.com (mail-pb0-f48.google.com\r
19         [209.85.160.48]) (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 C1054429E43\r
22         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:51:56 -0800 (PST)\r
23 Received: by mail-pb0-f48.google.com with SMTP id wy12so1318157pbc.7\r
24         for <notmuch@notmuchmail.org>; Sat, 19 Jan 2013 16:51:55 -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:mime-version:content-type:content-transfer-encoding;\r
28         bh=wv7izySke/4iNwKRT4/vd5s1szHeLi7zLz+SDz6cvsY=;\r
29         b=qyvtHnbhe6cZivhKLChPM8LV+I4nbShrbDCRS+aY9ixWikRYn8kh4yU25ZnoZM0l/k\r
30         /LkfbCESX+gTpDqelZXdpq/oZnlzmS38o0CqqVX+z9+UUotWRz6SJ9fSh6cJIOHQii60\r
31         /rGi80aeJotpxMeFbuiWGwXtLX7DRDP6Nc2X1pNHvCGeC98/4Cpyvs5Eo+IG6gMb/GKT\r
32         R3rq49kuhPNCs/R/2scf/xlh4kW+/wduU5LvbpX+OHyNsPS7xK0wtnkP/SOIb8VFx1xB\r
33         9i5R9q/IyI7SW5qVzn4mB8UGWzLKflesV0H9oNZZDjRq5lG1cqrWw5QZRLN8HoFw/M5X\r
34         /Rcg==\r
35 X-Received: by 10.66.76.198 with SMTP id m6mr36405041paw.32.1358643115928;\r
36         Sat, 19 Jan 2013 16:51:55 -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 rk6sm5806927pbc.20.2013.01.19.16.51.53\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sat, 19 Jan 2013 16:51:55 -0800 (PST)\r
42 From: Peter Wang <novalazy@gmail.com>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v3 17/20] insert: add copyright line from notmuch-deliver\r
45 Date: Sun, 20 Jan 2013 11:50:01 +1100\r
46 Message-Id: <1358643004-14522-18-git-send-email-novalazy@gmail.com>\r
47 X-Mailer: git-send-email 1.7.12.1\r
48 In-Reply-To: <1358643004-14522-1-git-send-email-novalazy@gmail.com>\r
49 References: <1358643004-14522-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, 20 Jan 2013 00:52:15 -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 494a7b0..6b3e380 100644\r
74 --- a/notmuch-insert.c\r
75 +++ b/notmuch-insert.c\r
76 @@ -2,6 +2,9 @@\r
77   *\r
78   * Copyright © 2013 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