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 0C28D431FC0; Wed, 18 Nov 2009 02:19:41 -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 rHvOVeab1ieM; Wed, 18 Nov 2009 02:19:40 -0800 (PST) Received: from cworth.org (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id AD2A7431FAE; Wed, 18 Nov 2009 02:19:39 -0800 (PST) From: Carl Worth To: Keith Packard , notmuch@notmuchmail.org In-Reply-To: <1258493565-13508-1-git-send-email-keithp@keithp.com> References: <1258493565-13508-1-git-send-email-keithp@keithp.com> Date: Wed, 18 Nov 2009 02:19:26 -0800 Message-ID: <87k4xoqgnl.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: Wed, 18 Nov 2009 10:19:41 -0000 On Tue, 17 Nov 2009 13:32:45 -0800, Keith Packard wrote: > When closing a thread view, mark the thread as archived by removing > the "inbox" tag, and for the 'x' variant, the "unread" tag as well, > then kill the buffer and update the search window view as well. > > This makes 'x' much the same as 'a', but instead of taking you to the > next message, it takes you back to the search window instead. I don't like this---but that's because I use 'x' precisely *because* it preserves these tags. Otherwise, you might as well just remove inbox and unread as soon as the message is presented to the user. And that's a bug in a lot of other email programs that I'm unwilling to replicate. We may run into a need to define different ways that people like to work with their email here. (I know that so far I've just been coding up the way I want my mail to work.) -Carl