Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id D6E6C4196F2 for ; Sun, 4 Apr 2010 23:14:17 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 2.636 X-Spam-Level: ** X-Spam-Status: No, score=2.636 tagged_above=-999 required=5 tests=[BAYES_50=0.8, DKIM_SIGNED=0.1, HELO_LH_HOME=1.736] autolearn=no Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id iBVJWRpHGZBe for ; Sun, 4 Apr 2010 23:14:17 -0700 (PDT) Received: from xhlj.maillard.home (xhlj.maillard.im [82.244.211.40]) by olra.theworths.org (Postfix) with ESMTP id 43BBC4196F0 for ; Sun, 4 Apr 2010 23:14:17 -0700 (PDT) Received: from xhlj.maillard.home (xhlj [127.0.0.1]) by xhlj.maillard.home (Postfix) with ESMTP id 9B0C01E07A; Mon, 5 Apr 2010 08:14:15 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=maillard.im; h=from:to :subject:in-reply-to:references:date:message-id:mime-version :content-type; s=postfix; bh=Rbt9BWh8ZygF1Sy3qceskvOLcq8=; b=y8p 4g+Qbr+bftTtvVXvoWuZzBk64gSd85W4Z4GoAUImxp0C98SEbLrinHB1mWmdJhUL 9QdOHWRzqjzDLcXTIPOW2JzEKKvocom5ka+y4W6oL/tu4+oSgTozB4Lj5OzUA6G5 1ymDAwJ1bJm6KeE+JcuXCC9ZGqzYGnuCuEw8ksoY= Received: from maillard.im (unknown [192.168.0.254]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by xhlj.maillard.home (Postfix) with ESMTPSA; Mon, 5 Apr 2010 08:14:15 +0200 (CEST) From: Xavier Maillard To: Jesse Rosenthal , notmuch@notmuchmail.org In-Reply-To: <87sk7b30tg.fsf@jhu.edu> References: <87sk7b30tg.fsf@jhu.edu> Date: Mon, 05 Apr 2010 08:15:39 +0200 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Bulk message tagging X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Apr 2010 06:14:18 -0000 On Sun, 04 Apr 2010 07:38:03 -0400, Jesse Rosenthal wrote: > On Sun, 04 Apr 2010 06:37:53 +0200, Xavier Maillard wrote: > > Is there an easy way to mark a whole bunch of message (restricted > > in a region, result of a search, ...) ? > > In addition to the "*" command that was mentioned, there is a patch I > wrote to tag messages in search view by region in emacs. You can find it Sounds interesting. * is good when your search criteria is perfect but you proposed patch is a good companion for all the rest. Sadly, git is not really something I know wll enough to play with all this stuff :( Xavier