"snoozing" with notmuch?
[notmuch-archives.git] / bf / e9b8621e6f4d59f4f332257b85e5f7d13e4ea8
1 Return-Path: <jrollins@finestructure.net>\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 8CF85431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 13:42: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: -2.29\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 2NDZmre5fcBm for <notmuch@notmuchmail.org>;\r
16         Mon,  2 Apr 2012 13:42:39 -0700 (PDT)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id EE913431FAE\r
20         for <notmuch@notmuchmail.org>; Mon,  2 Apr 2012 13:42:38 -0700 (PDT)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 8785F66E00BB;\r
23         Mon,  2 Apr 2012 13:42:38 -0700 (PDT)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (gwave-213.ligo.caltech.edu\r
26  [131.215.114.213])     (Authenticated sender: jrollins)        by earth-doxen-submit\r
27  (Postfix) with ESMTP id 902F666E0011;  Mon,  2 Apr 2012 13:42:34 -0700 (PDT)\r
28 Received: by finestructure.net (Postfix, from userid 1000)\r
29         id 6F4E67F4; Mon,  2 Apr 2012 13:42:34 -0700 (PDT)\r
30 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
31 To: David Bremner <david@tethera.net>, Jani Nikula <jani@nikula.org>,\r
32         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: <87aa2tc22z.fsf@zancas.localnet>\r
36 References: <cover.1333231401.git.jani@nikula.org>\r
37         <f360a40bed50208d146aee8b06946b1b8315e818.1333231401.git.jani@nikula.org>\r
38         <87ty123tpc.fsf@servo.finestructure.net>\r
39         <87aa2tc22z.fsf@zancas.localnet>\r
40 User-Agent: Notmuch/0.12+87~g3c4c85f (http://notmuchmail.org) Emacs/23.3.1\r
41         (x86_64-pc-linux-gnu)\r
42 Date: Mon, 02 Apr 2012 13:42:32 -0700\r
43 Message-ID: <87iphh50hz.fsf@servo.finestructure.net>\r
44 MIME-Version: 1.0\r
45 Content-Type: multipart/signed; boundary="=-=-=";\r
46         micalg=pgp-sha256; protocol="application/pgp-signature"\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 X-List-Received-Date: Mon, 02 Apr 2012 20:42:39 -0000\r
60 \r
61 --=-=-=\r
62 Content-Transfer-Encoding: quoted-printable\r
63 \r
64 On Mon, Apr 02 2012, David Bremner <david@tethera.net> wrote:\r
65 > Jameson Graef Rollins <jrollins@finestructure.net> writes:\r
66 >> On Sat, Mar 31 2012, Jani Nikula <jani@nikula.org> wrote:\r
67 >>> Add support for batch tagging operations through stdin to "notmuch\r
68 >>> tag". This can be enabled with the new --stdin command line option to\r
69 >>> "notmuch new". The input must consist of lines of the format:\r
70 >>>\r
71 >>> T +<tag>|-<tag> [...] [--] <search-terms>\r
72 >>\r
73 >\r
74 > I think that's my fault. I was imagining a possible future line-oriented=\r
75 =20\r
76 > notmuch server and having various actions/queries possible. It seems a\r
77 > bit blue sky at this point, but it does give extesibility fairly\r
78 > cheaply.\r
79 \r
80 But then why not just make the command explicit, and just have the first\r
81 field be "tag"?\r
82 \r
83 But then I wonder why do we even need any of this at all?  Isn't it this\r
84 just exactly equivalent to:\r
85 \r
86 xargs -l notmuch <commands.txt\r
87 \r
88 ??\r
89 \r
90 jamie.\r
91 \r
92 --=-=-=\r
93 Content-Type: application/pgp-signature\r
94 \r
95 -----BEGIN PGP SIGNATURE-----\r
96 Version: GnuPG v1.4.12 (GNU/Linux)\r
97 \r
98 iQIcBAEBCAAGBQJPeg84AAoJEO00zqvie6q8LusQAKZBLD1o+203CaLhMJ0EAYBe\r
99 zLEnIoCN7CSv+6TncWb/4rOgZhBIGZYnv3t4MVUYz8YwZw5sledLWIq4NG5ZVuXV\r
100 sIUDHAPxKKgcUSryJQcn5VooxqKgpmQicPZy6TopZAIUTtMWFRXoDoKrGoYtOQxD\r
101 m1V9dX3W7FHLqV7hUlk8x332D3VpkjmBRT4j0EL1l4+gXEgl9ytmqYASdU2vXUB9\r
102 TSsMGT+Kvk9JbKBsn/JczEYq/32jiCghJ4wHj3Az6BMABs+VVzibaDrxo2PnI8eI\r
103 xB9iBCqqTsG0cq1cpoPumu7j5BPbGf1t4aY+tip3O6gKbNp7uG2tmhv1UgqhRiwV\r
104 K5LJv3xG1/+WPmi1eAPicuGWnlzg7u/EIrP9HnBaLrI3fRidPjBvo4pbkbTKFvFW\r
105 Y3d93JmoTzrpLhfBWVVSJ2/mR0/gVrziUEuQjEKX9WhI1k+IG4nmg8zAG1iNH+41\r
106 D9plzAr1Hhwv7jNqz+QTrY5T1TEZbHoE44gd+eMveIngDlIxnZ0CSztHLc2rK47K\r
107 xXO4uR7mD3Ruin8fyeGWQ4j1DygA+aWTh3AeEreTaRoJYppbYNZelRes1X1kjQBx\r
108 e52HqehrmkCFgXXoLolZ730zdjKEOqt1NF/s3YrfmXp5eZx+V2k/TbikidguUYDN\r
109 t9CZHzh5Tx2q3d+v6bgZ\r
110 =3LPJ\r
111 -----END PGP SIGNATURE-----\r
112 --=-=-=--\r