Re: [notmuch] Bulk message tagging
[notmuch-archives.git] / 06 / 0d2d0d591a5747e84ac42a49d6c786b1ccc55b
1 Return-Path: <jason@jasonjgw.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 BF2984196F2\r
6         for <notmuch@notmuchmail.org>; Sat,  3 Apr 2010 21:56:09 -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: 3.992\r
10 X-Spam-Level: ***\r
11 X-Spam-Status: No, score=3.992 tagged_above=-999 required=5\r
12         tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, DKIM_VALID=-0.1,\r
13         DKIM_VALID_AU=-0.1, RCVD_IN_RP_RNBL=1.31, RDNS_DYNAMIC=0.982,\r
14         TO_NO_BRKTS_DYNIP=1] autolearn=no\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id NKmaB+f9TZXV for <notmuch@notmuchmail.org>;\r
18         Sat,  3 Apr 2010 21:56:09 -0700 (PDT)\r
19 X-Greylist: delayed 77427 seconds by postgrey-1.32 at olra;\r
20         Sat, 03 Apr 2010 21:56:08 PDT\r
21 Received: from jdc.jasonjgw.net (ppp121-45-190-215.lns6.syd7.internode.on.net\r
22         [121.45.190.215])\r
23         by olra.theworths.org (Postfix) with ESMTP id E35914196F0\r
24         for <notmuch@notmuchmail.org>; Sat,  3 Apr 2010 21:56:08 -0700 (PDT)\r
25 Received: by jdc.jasonjgw.net (Postfix, from userid 1000)\r
26         id 6DBD01807B659; Sun,  4 Apr 2010 14:56:07 +1000 (EST)\r
27 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=jasonjgw.net; s=mail;\r
28         t=1270356967; bh=Cvg5zdS5OCyj4KJ2MZeiX07SNujN49EzRBhl0kXzpok=;\r
29         h=Date:From:To:Subject:Message-ID:References:MIME-Version:\r
30         Content-Type:In-Reply-To;\r
31         b=XAQyHoacWEgEPf2d7HOnfgO/n0uDwx/pp/UmmF8CDBmgvPpd/qery0DERJQL4SuOV\r
32         b2z2yK3BQTixGs6OqfOYOoIhvKOAtwtggs8ylFCRlm0CRXE4flnDAmsPhw4zRN/UgV\r
33         EptZKDxt/suufOeZyVHy92XiGsFvc3Z6mgsHopzc=\r
34 Date: Sun, 4 Apr 2010 14:56:07 +1000\r
35 From: Jason White <jason@jasonjgw.net>\r
36 To: notmuch@notmuchmail.org\r
37 Message-ID: <20100404045607.GA22745@jdc.jasonjgw.net>\r
38 References: <m2tyrrkf32.fsf@deb.maillard.im>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=us-ascii\r
41 Content-Disposition: inline\r
42 In-Reply-To: <m2tyrrkf32.fsf@deb.maillard.im>\r
43 User-Agent: Mutt/1.5.20 (2009-06-14)\r
44 Subject: Re: [notmuch] Bulk message tagging\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Sun, 04 Apr 2010 04:56:09 -0000\r
58 \r
59 Xavier Maillard <xma@gnu.org> wrote:\r
60 > Is there an easy way to mark a whole bunch of message (restricted\r
61 > in a region, result of a search, ...) ?\r
62 \r
63 notmuch tag +<tag>|-<tag> [...] [--] <search-terms> [...]\r
64 does this from the shell. If you want to do it from one of the user interfaces, it depends on which one you're using.\r
65 \r