Re: [notmuch] Bulk message tagging
authorXavier Maillard <xma@gnu.org>
Sun, 4 Apr 2010 05:27:34 +0000 (07:27 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:29 +0000 (09:36 -0800)
a7/f9f53a6228ea976acafde4d0f294e52a9159fd [new file with mode: 0644]

diff --git a/a7/f9f53a6228ea976acafde4d0f294e52a9159fd b/a7/f9f53a6228ea976acafde4d0f294e52a9159fd
new file mode 100644 (file)
index 0000000..ae9b744
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <xavier@maillard.im>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 427874196F2\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Apr 2010 22:26:14 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.636\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.636 tagged_above=-999 required=5\r
+       tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, HELO_LH_HOME=1.736] autolearn=no\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id LkRaIn1BrPYT for <notmuch@notmuchmail.org>;\r
+       Sat,  3 Apr 2010 22:26:13 -0700 (PDT)\r
+Received: from xhlj.maillard.home (xhlj.maillard.im [82.244.211.40])\r
+       by olra.theworths.org (Postfix) with ESMTP id 6B64E4196F0\r
+       for <notmuch@notmuchmail.org>; Sat,  3 Apr 2010 22:26:13 -0700 (PDT)\r
+Received: from xhlj.maillard.home (xhlj [127.0.0.1])\r
+       by xhlj.maillard.home (Postfix) with ESMTP id 069911E077;\r
+       Sun,  4 Apr 2010 07:26:11 +0200 (CEST)\r
+DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to\r
+       :subject:in-reply-to:references:date:message-id:mime-version\r
+       :content-type; s=postfix; bh=h6LQk619arD3ybAhbIBtVjWkCcM=; b=WlO\r
+       5dmpRbND5RWRPnigOl05UD7iEprrn2oRyIiY7TGJ7V+8fmzjVucNifsnu9r7N+s7\r
+       jWeqSHWMzUFmVnUzHH88m53f26a82nGx3HDrfi0L17v4qqgIzBwMmyGrZNz9j9Hw\r
+       tXWqdn6DKJCUHRuOD8kKUOiTn7UHh5ULCrFY1Y+c=\r
+Received: from maillard.im (unknown [192.168.0.254])\r
+       (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits))\r
+       (No client certificate requested)\r
+       by xhlj.maillard.home (Postfix) with ESMTPSA;\r
+       Sun,  4 Apr 2010 07:26:11 +0200 (CEST)\r
+From: Xavier Maillard <xma@gnu.org>\r
+To: Jason White <jason@jasonjgw.net>, notmuch@notmuchmail.org\r
+In-Reply-To: <20100404045607.GA22745@jdc.jasonjgw.net>\r
+References: <m2tyrrkf32.fsf@deb.maillard.im>\r
+       <20100404045607.GA22745@jdc.jasonjgw.net>\r
+Date: Sun, 04 Apr 2010 07:27:34 +0200\r
+Message-ID: <m2r5mveqih.fsf@deb.maillard.im>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain; charset=us-ascii\r
+Subject: Re: [notmuch] Bulk message tagging\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 04 Apr 2010 05:26:14 -0000\r
+\r
+On Sun, 4 Apr 2010 14:56:07 +1000, Jason White <jason@jasonjgw.net> wrote:\r
+> Xavier Maillard <xma@gnu.org> wrote:\r
+> > Is there an easy way to mark a whole bunch of message (restricted\r
+> > in a region, result of a search, ...) ?\r
+> \r
+> notmuch tag +<tag>|-<tag> [...] [--] <search-terms> [...]  does\r
+> this from the shell. If you want to do it from one of the user\r
+> interfaces, it depends on which one you're using.\r
+\r
+You are right I forgot to mention I am using the GNU Emacs\r
+interface exclusively.\r
+\r
+Xavier\r