Re: [PATCH v4 13/16] add indexopts to notmuch python bindings.
[notmuch-archives.git] / 13 / 4f4507d7ee8679a6d3bb5b9baf0504fb3d95a6
1 Return-Path: <m.walters@qmul.ac.uk>\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 7D3DF429E32\r
6         for <notmuch@notmuchmail.org>; Fri,  2 May 2014 07:08:11 -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.502\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.502 tagged_above=-999 required=5\r
12         tests=[DKIM_ADSP_CUSTOM_MED=0.001, FREEMAIL_FROM=0.001,\r
13         NML_ADSP_CUSTOM_MED=1.2, 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 euDVPeG2dNtG for <notmuch@notmuchmail.org>;\r
17         Fri,  2 May 2014 07:08:03 -0700 (PDT)\r
18 Received: from mail2.qmul.ac.uk (mail2.qmul.ac.uk [138.37.6.6])\r
19         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 81D57429E28\r
22         for <notmuch@notmuchmail.org>; Fri,  2 May 2014 07:08:03 -0700 (PDT)\r
23 Received: from smtp.qmul.ac.uk ([138.37.6.40])\r
24         by mail2.qmul.ac.uk with esmtp (Exim 4.71)\r
25         (envelope-from <m.walters@qmul.ac.uk>)\r
26         id 1WgE82-0005xw-Ud; Fri, 02 May 2014 15:07:58 +0100\r
27 Received: from 5751dfa2.skybroadband.com ([87.81.223.162] helo=localhost)\r
28         by smtp.qmul.ac.uk with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.71)\r
29         (envelope-from <m.walters@qmul.ac.uk>)\r
30         id 1WgE82-0003qj-CN; Fri, 02 May 2014 15:07:54 +0100\r
31 From: Mark Walters <markwalters1009@gmail.com>\r
32 To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH v2 0/5] Add support for specifying tags during "notmuch\r
34         new"\r
35 In-Reply-To: <cuniopogz2l.fsf@hotblack-desiato.hh.sledj.net>\r
36 References: <1399018555-1994-1-git-send-email-dme@dme.org>\r
37         <cuniopogz2l.fsf@hotblack-desiato.hh.sledj.net>\r
38 User-Agent: Notmuch/0.15.2+615~g78e3a93 (http://notmuchmail.org) Emacs/23.4.1\r
39         (x86_64-pc-linux-gnu)\r
40 Date: Fri, 02 May 2014 15:07:52 +0100\r
41 Message-ID: <87sios9suf.fsf@qmul.ac.uk>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 X-Sender-Host-Address: 87.81.223.162\r
45 X-QM-Geographic: According to ripencc,\r
46         this message was delivered by a machine in Britain (UK) (GB).\r
47 X-QM-SPAM-Info: Sender has good ham record.  :)\r
48 X-QM-Body-MD5: fe5dddc51188ab7d8ef62a3e1a243f56 (of first 20000 bytes)\r
49 X-SpamAssassin-Score: -0.1\r
50 X-SpamAssassin-SpamBar: /\r
51 X-SpamAssassin-Report: The QM spam filters have analysed this message to\r
52         determine if it is\r
53         spam. We require at least 5.0 points to mark a message as spam.\r
54         This message scored -0.1 points.\r
55         Summary of the scoring: \r
56         * 0.0 FREEMAIL_FROM Sender email is commonly abused enduser mail\r
57         provider *      (markwalters1009[at]gmail.com)\r
58         * -0.1 AWL AWL: From: address is in the auto white-list\r
59 X-QM-Scan-Virus: ClamAV says the message is clean\r
60 X-BeenThere: notmuch@notmuchmail.org\r
61 X-Mailman-Version: 2.1.13\r
62 Precedence: list\r
63 List-Id: "Use and development of the notmuch mail system."\r
64         <notmuch.notmuchmail.org>\r
65 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
66         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
67 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
68 List-Post: <mailto:notmuch@notmuchmail.org>\r
69 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
70 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
71         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
72 X-List-Received-Date: Fri, 02 May 2014 14:08:11 -0000\r
73 \r
74 \r
75 Version 2 passes all tests and LGTM. +1\r
76 \r
77 Best wishes\r
78 \r
79 Mark\r
80 \r
81 On Fri, 02 May 2014, David Edmondson <dme@dme.org> wrote:\r
82 > v1:\r
83 >\r
84 > This patch set allows a user to specify a list of tags to be\r
85 > added/removed to messages discovered during "notmuch new".\r
86 >\r
87 > Two use-cases are envisaged:\r
88 >     1) A chunk of messages was just dumped into the configured\r
89 >        directory by hand, and the user doesn't want the 'inbox' tag\r
90 >        applied to them. Run 'notmuch new -inbox'.\r
91 >     2) A periodic mail processing script wants to add new messages to\r
92 >        the database, then process those newly added messages to add\r
93 >        convenience tags, etc. without worrying about the user or other\r
94 >        instances of the script manipulating tags at the same time. Use\r
95 >        this approach:\r
96 >          KEY=$RANDOM\r
97 >        notmuch new +$KEY\r
98 >        notmuch tag +notmuch tag:$KEY and to:notmuch@notmuchmail.org\r
99 >        notmuch tag +gnus tag:$KEY and to:ding@gnus.org\r
100 >        ...\r
101 >        notmuch tag -$KEY tag:$KEY\r
102 >\r
103 > v2: The first version synced tags to flags rather than the other way\r
104 > around. Thanks to Mark for complaining at me.\r
105 > _______________________________________________\r
106 > notmuch mailing list\r
107 > notmuch@notmuchmail.org\r
108 > http://notmuchmail.org/mailman/listinfo/notmuch\r