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 15274431FD0 for ; Sun, 15 May 2011 15:16:34 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -2.3 X-Spam-Level: X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_MED=-2.3] autolearn=disabled 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 RgmouheH9Nk5 for ; Sun, 15 May 2011 15:16:33 -0700 (PDT) Received: from ipex3.johnshopkins.edu (ipex3.johnshopkins.edu [128.220.161.140]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 8A2BE431FB6 for ; Sun, 15 May 2011 15:16:33 -0700 (PDT) X-IronPort-AV: E=Sophos;i="4.64,370,1301889600"; d="scan'208";a="107158684" Received: from c-69-255-36-229.hsd1.md.comcast.net (HELO lucky.home) ([69.255.36.229]) by ipex3.johnshopkins.edu with ESMTP/TLS/AES256-SHA; 15 May 2011 18:16:32 -0400 Received: from jkr by lucky.home with local (Exim 4.75) (envelope-from ) id 1QLjbz-0006LK-S1; Sun, 15 May 2011 18:16:31 -0400 From: Jesse Rosenthal To: Xavier Maillard , mueen@nawaz.org, notmuch@notmuchmail.org Subject: Re: Header and other questions In-Reply-To: References: <878vu8edvf.fsf@fester.com> User-Agent: Notmuch/0.5-192-gecd6549 (http://notmuchmail.org) Emacs/23.3.1 (i486-pc-linux-gnu) Date: Sun, 15 May 2011 18:16:31 -0400 Message-ID: <87hb8vwqww.fsf@lucky.home> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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, 15 May 2011 22:16:34 -0000 On Sun, 15 May 2011 23:56:11 +0200, Xavier Maillard wrote: > On Sat, 14 May 2011 22:23:16 -0700, mueen@nawaz.org wrote: > > > 3. Can I mark a bunch of messages for tagging in the Emacs interface? I > > know I can tag all messages in a query, but sometimes I'd just like to > > select a few manually and tag them (or apply some other command to > > them). > > I do not think that's possible at the moment but that could be quite > useful. It's possible, and works the way you'd think it would -- just select a bunch of threads in the search list, and then tag them. It will apply the tag to the messages in the region. (In fact, tagging a single thread is just a special case of this, with a one-line region.) --Jesse