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 59891431FBF; Sun, 22 Nov 2009 22:31:20 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org 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 nXXPYsQNZf0J; Sun, 22 Nov 2009 22:31:19 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 173DC431FAE; Sun, 22 Nov 2009 22:31:18 -0800 (PST) From: Carl Worth To: Keith Packard , notmuch@notmuchmail.org In-Reply-To: References: <1258493565-13508-1-git-send-email-keithp@keithp.com> <87d43axi4e.fsf@yoom.home.cworth.org> <87zl6eeydr.fsf@yoom.home.cworth.org> Date: Mon, 23 Nov 2009 07:31:04 +0100 Message-ID: <873a4521nb.fsf@yoom.home.cworth.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] [PATCH] Make notmuch-show 'X' (and 'x') commands remove inbox (and unread) tags X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.12 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, 23 Nov 2009 06:31:20 -0000 On Sun, 22 Nov 2009 19:52:00 -0800, Keith Packard wrote: > I'd take 'x' for 'return to search view; otherwise you're going to wear > out my pinky reaching for the shift key. That leaves us with three > commands: > > 'a': advance to next message, archiving current thread, marking read > messages. ('A' forces all messages in thread to be marked as read) > > 'x': exit to search view, archiving current thread, marking read > messages. ('X' forces all messages in thread to be marked as read) > > 'q': quit back to search view, leaving thread tags unmodified. OK. You win. That looks pretty good to me. > There's a slightly weird asymmetry here -- there's no way to advance to > the next thread and not mark messages. Well, there's "q, n, RET" at least. ;-) -Carl