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 427874196F2 for ; Sat, 3 Apr 2010 22:26:14 -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 LkRaIn1BrPYT for ; Sat, 3 Apr 2010 22:26:13 -0700 (PDT) Received: from xhlj.maillard.home (xhlj.maillard.im [82.244.211.40]) by olra.theworths.org (Postfix) with ESMTP id 6B64E4196F0 for ; Sat, 3 Apr 2010 22:26:13 -0700 (PDT) Received: from xhlj.maillard.home (xhlj [127.0.0.1]) by xhlj.maillard.home (Postfix) with ESMTP id 069911E077; Sun, 4 Apr 2010 07:26:11 +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=h6LQk619arD3ybAhbIBtVjWkCcM=; b=WlO 5dmpRbND5RWRPnigOl05UD7iEprrn2oRyIiY7TGJ7V+8fmzjVucNifsnu9r7N+s7 jWeqSHWMzUFmVnUzHH88m53f26a82nGx3HDrfi0L17v4qqgIzBwMmyGrZNz9j9Hw tXWqdn6DKJCUHRuOD8kKUOiTn7UHh5ULCrFY1Y+c= 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; Sun, 4 Apr 2010 07:26:11 +0200 (CEST) From: Xavier Maillard To: Jason White , notmuch@notmuchmail.org In-Reply-To: <20100404045607.GA22745@jdc.jasonjgw.net> References: <20100404045607.GA22745@jdc.jasonjgw.net> Date: Sun, 04 Apr 2010 07:27:34 +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: Sun, 04 Apr 2010 05:26:14 -0000 On Sun, 4 Apr 2010 14:56:07 +1000, Jason White wrote: > Xavier Maillard wrote: > > Is there an easy way to mark a whole bunch of message (restricted > > in a region, result of a search, ...) ? > > notmuch tag +|- [...] [--] [...] 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. You are right I forgot to mention I am using the GNU Emacs interface exclusively. Xavier