Re: [notmuch] Bulk message tagging
authorXavier Maillard <xma@gnu.org>
Mon, 5 Apr 2010 06:15:39 +0000 (08:15 +0200)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:36:29 +0000 (09:36 -0800)
d6/bc4ed2e45f6e12d2ace4a1c0f6489de2ff0c5c [new file with mode: 0644]

diff --git a/d6/bc4ed2e45f6e12d2ace4a1c0f6489de2ff0c5c b/d6/bc4ed2e45f6e12d2ace4a1c0f6489de2ff0c5c
new file mode 100644 (file)
index 0000000..d348a46
--- /dev/null
@@ -0,0 +1,72 @@
+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 D6E6C4196F2\r
+       for <notmuch@notmuchmail.org>; Sun,  4 Apr 2010 23:14:17 -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 iBVJWRpHGZBe for <notmuch@notmuchmail.org>;\r
+       Sun,  4 Apr 2010 23:14:17 -0700 (PDT)\r
+Received: from xhlj.maillard.home (xhlj.maillard.im [82.244.211.40])\r
+       by olra.theworths.org (Postfix) with ESMTP id 43BBC4196F0\r
+       for <notmuch@notmuchmail.org>; Sun,  4 Apr 2010 23:14:17 -0700 (PDT)\r
+Received: from xhlj.maillard.home (xhlj [127.0.0.1])\r
+       by xhlj.maillard.home (Postfix) with ESMTP id 9B0C01E07A;\r
+       Mon,  5 Apr 2010 08:14:15 +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=Rbt9BWh8ZygF1Sy3qceskvOLcq8=; b=y8p\r
+       4g+Qbr+bftTtvVXvoWuZzBk64gSd85W4Z4GoAUImxp0C98SEbLrinHB1mWmdJhUL\r
+       9QdOHWRzqjzDLcXTIPOW2JzEKKvocom5ka+y4W6oL/tu4+oSgTozB4Lj5OzUA6G5\r
+       1ymDAwJ1bJm6KeE+JcuXCC9ZGqzYGnuCuEw8ksoY=\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
+       Mon,  5 Apr 2010 08:14:15 +0200 (CEST)\r
+From: Xavier Maillard <xma@gnu.org>\r
+To: Jesse Rosenthal <jrosenthal@jhu.edu>, notmuch@notmuchmail.org\r
+In-Reply-To: <87sk7b30tg.fsf@jhu.edu>\r
+References: <m2tyrrkf32.fsf@deb.maillard.im> <87sk7b30tg.fsf@jhu.edu>\r
+Date: Mon, 05 Apr 2010 08:15:39 +0200\r
+Message-ID: <m2bpdye86s.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: Mon, 05 Apr 2010 06:14:18 -0000\r
+\r
+On Sun, 04 Apr 2010 07:38:03 -0400, Jesse Rosenthal <jrosenthal@jhu.edu> wrote:\r
+> On Sun, 04 Apr 2010 06:37:53 +0200, 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
+> In addition to the "*" command that was mentioned, there is a patch I\r
+> wrote to tag messages in search view by region in emacs. You can find it\r
+\r
+Sounds interesting. * is good when your search criteria is\r
+perfect but you proposed patch is a good companion for all the\r
+rest.\r
+\r
+Sadly, git is not really something I know wll enough to play with\r
+all this stuff :(\r
+\r
+Xavier\r