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 F07DC431FBC for ; Thu, 21 Jan 2010 08:07:23 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.061 X-Spam-Level: X-Spam-Status: No, score=-0.061 tagged_above=-999 required=5 tests=[AWL=-0.062, BAYES_50=0.001] autolearn=ham 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 ht1gfEOz+dl6 for ; Thu, 21 Jan 2010 08:07:23 -0800 (PST) Received: from batman.acm.jhu.edu (batman.acm.jhu.edu [128.220.251.35]) by olra.theworths.org (Postfix) with ESMTP id 19956431FAE for ; Thu, 21 Jan 2010 08:07:23 -0800 (PST) Received: from batman.acm.jhu.edu (localhost.localdomain [127.0.0.1]) by batman.acm.jhu.edu (Postfix) with ESMTP id 6461BCED8F; Thu, 21 Jan 2010 11:07:21 -0500 (EST) Received: by batman.acm.jhu.edu (Postfix, from userid 99) id 330EACEE4E; Thu, 21 Jan 2010 11:07:21 -0500 (EST) Received: from lucky (c-69-255-36-229.hsd1.md.comcast.net [69.255.36.229]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by batman.acm.jhu.edu (Postfix) with ESMTPSA id 8044ECED8F; Thu, 21 Jan 2010 11:07:17 -0500 (EST) Received: by lucky (Postfix, from userid 1000) id D7B3B33475F; Thu, 21 Jan 2010 11:07:12 -0500 (EST) From: Jesse Rosenthal To: Jameson Rollins In-Reply-To: <20100121155659.GD8342@finestructure.net> References: <20100121152324.GY8342@finestructure.net> <87d413zd15.fsf@jhu.edu> <20100121155659.GD8342@finestructure.net> Date: Thu, 21 Jan 2010 11:07:12 -0500 Message-ID: <87bpgnzbkf.fsf@jhu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Virus-Scanned: ClamAV using ClamSMTP Cc: notmuch@notmuchmail.org Subject: Re: [notmuch] [PATCH] notmuch.el: add functionality to add or remove tags by region. 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: Thu, 21 Jan 2010 16:07:24 -0000 On Thu, 21 Jan 2010 10:56:59 -0500, Jameson Rollins wrote: > Notmuch is not to my knowledge capable of tagging a sub-region of a > message, so in that sense it might not work. This is only in notmuch-search mode, so it only operates on full threads. > Would it be better to use some sort of tag/apply system ala mutt > instead? That could work too. The main reason I implemented this is that, as an emacs user, I kept intuitively trying to tag messages in this way, and it wouldn't work. I actually was thinking of combining regions and marking (let's call it that to keep from getting confused with notmuch tags) -- i.e., have region selection in search mode also mark messages. And then there could also be a message-by-message way if you wanted to mark disjoint messages. Best, Jesse