[PATCH 02/10] search: Support --use-schema
[notmuch-archives.git] / a0 / b8ac3263512723b5a9ef12ff2c837447eba388
1 Return-Path: <bremner@unb.ca>\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 6ECFC431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 13:26:39 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id icYxLFwhmXwv for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Apr 2012 13:26:38 -0700 (PDT)\r
17 Received: from tesseract.cs.unb.ca (tesseract.cs.unb.ca [131.202.240.238])\r
18         (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id D265D431FAE\r
21         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 13:26:38 -0700 (PDT)\r
22 Received: from fctnnbsc30w-142166230117.dhcp-dynamic.fibreop.nb.bellaliant.net\r
23         ([142.166.230.117] helo=zancas.localnet)\r
24         by tesseract.cs.unb.ca with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32)\r
25         (Exim 4.72) (envelope-from <bremner@unb.ca>)\r
26         id 1SEnph-0006iG-UE; Mon, 02 Apr 2012 17:26:34 -0300\r
27 Received: from bremner by zancas.localnet with local (Exim 4.77)\r
28         (envelope-from <bremner@unb.ca>)\r
29         id 1SEnpc-0003G6-IY; Mon, 02 Apr 2012 17:26:28 -0300\r
30 From: David Bremner <david@tethera.net>\r
31 To: Jameson Graef Rollins <jrollins@finestructure.net>,\r
32         Jani Nikula <jani@nikula.org>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH 6/8] cli: add support for batch tagging operations to\r
34         "notmuch tag"\r
35 In-Reply-To: <87ty123tpc.fsf@servo.finestructure.net>\r
36 References: <cover.1333231401.git.jani@nikula.org>\r
37         <f360a40bed50208d146aee8b06946b1b8315e818.1333231401.git.jani@nikula.org>\r
38         <87ty123tpc.fsf@servo.finestructure.net>User-Agent:\r
39         Notmuch/0.12+70~g46e73fe (http://notmuchmail.org) Emacs/23.3.1\r
40         (x86_64-pc-linux-gnu)\r
41 Date: Mon, 02 Apr 2012 17:26:28 -0300\r
42 Message-ID: <87aa2tc22z.fsf@zancas.localnet>\r
43 MIME-Version: 1.0\r
44 Content-Type: text/plain; charset=us-ascii\r
45 X-Spam_bar: -\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.13\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50         <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Mon, 02 Apr 2012 20:26:39 -0000\r
59 \r
60 Jameson Graef Rollins <jrollins@finestructure.net> writes:\r
61 \r
62 > On Sat, Mar 31 2012, Jani Nikula <jani@nikula.org> wrote:\r
63 >> Add support for batch tagging operations through stdin to "notmuch\r
64 >> tag". This can be enabled with the new --stdin command line option to\r
65 >> "notmuch new". The input must consist of lines of the format:\r
66 >>\r
67 >> T +<tag>|-<tag> [...] [--] <search-terms>\r
68 >\r
69 \r
70 I think that's my fault. I was imagining a possible future line-oriented \r
71 notmuch server and having various actions/queries possible. It seems a\r
72 bit blue sky at this point, but it does give extesibility fairly\r
73 cheaply.\r
74 \r
75 d\r
76 \r