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 A0CB9431FAF for ; Mon, 27 Feb 2012 06:50:54 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 ujrPJa8TiSuD for ; Mon, 27 Feb 2012 06:50:53 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id B4346431FAE for ; Mon, 27 Feb 2012 06:50:53 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id 8FFEE68055; Mon, 27 Feb 2012 16:50:53 +0200 (EET) From: Tomi Ollila To: David Bremner , Pieter Praet , Dmitry Kurochkin , notmuch@notmuchmail.org Subject: Re: [PATCH v5 00/12] emacs: more flexible and consistent tagging operations In-Reply-To: <87haye6g1c.fsf@zancas.localnet> References: <1327725684-5887-1-git-send-email-dmitry.kurochkin@gmail.com> <1328426033-21480-1-git-send-email-dmitry.kurochkin@gmail.com> <87wr7xqpuf.fsf@rocinante.cs.unb.ca> <878vjtqhcg.fsf@praet.org> <87haye6g1c.fsf@zancas.localnet> User-Agent: Notmuch/0.11.1+239~g4d2d96b (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ 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: Mon, 27 Feb 2012 14:50:55 -0000 On Sat, 25 Feb 2012 12:20:31 -0400, David Bremner wrote: > On Fri, 24 Feb 2012 00:07:27 +0100, Pieter Praet wrote: > > On Wed, 08 Feb 2012 11:58:32 -0400, David Bremner wrote: > > > On Sun, 5 Feb 2012 11:13:41 +0400, Dmitry Kurochkin wrote: > > > > How about if '*' applies to all messages (as it currently does), > > but 'C-u *' only to open messages? That would make more sense IMHO. > > > > But, conforming to your original request, I've implemented the inverse. > > > > Thanks for implementing that. I could live with either way. Do other > people have opinions on this? My reasoning is if you descend into a > thread from some search page, it seems likely that you want to operate > on the messages matching the search. I've pretty soon lost the original open/close status as I often navigate through messages by opening/closing messages, so for me not operating on all messages in thread is magic behaviour. In case I'd use C-u * I first have to check through the full thread what are the actual messages currently open (lots of screen scrolling :( ) So, I prefer '*' operating on all messages in a thread and C-u '*' for all open messages in a thread. > > d Tomi