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 6FF6E4196F2 for ; Wed, 14 Apr 2010 02:09:02 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=5 tests=[BAYES_40=-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 x1OiVM66cbQc for ; Wed, 14 Apr 2010 02:09:01 -0700 (PDT) Received: from jameswestby.net (jameswestby.net [89.145.97.141]) by olra.theworths.org (Postfix) with ESMTP id 8B52E431FC1 for ; Wed, 14 Apr 2010 02:09:01 -0700 (PDT) Received: from cpc4-aztw22-2-0-cust59.aztw.cable.virginmedia.com ([94.169.116.60] helo=flash) by jameswestby.net with esmtpa (Exim 4.69) (envelope-from ) id 1O1yai-0000hB-4E; Wed, 14 Apr 2010 10:09:00 +0100 Received: by flash (Postfix, from userid 1000) id C82B16E54D9; Wed, 14 Apr 2010 05:08:54 -0400 (EDT) From: James Westby To: Xavier Maillard Subject: Re: See only unread message in a thread ? In-Reply-To: References: <871vejt2py.fsf@jameswestby.net> Date: Wed, 14 Apr 2010 10:08:54 +0100 Message-ID: <87y6gqs8nt.fsf@jameswestby.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: notmuch@notmuchmail.org 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: Wed, 14 Apr 2010 09:09:02 -0000 On Wed, 14 Apr 2010 00:43:16 +0200, Xavier Maillard wrote: > Is it done automatically ? Or do I need to do something special > in order to unset the unread tag ? > > I see there is 'a' and 'x' when in notmuch-show but I am not sure > I have to explicitely press on of these keys. > > Currently, when in a notmuch-search buffer, I press RET to visit > the thread and then I play with 'n' to go next message till I > read the whole thread. Then, I press 'q' to go back to the > notmuch-search buffer. Is this the way to do ? That should be removing the 'unread' tag. Therefore it sounds like you want to be using a search including 'tag:unread' to get the behaviour that you want. Obviously that might not show you all the threads that you want. There is a notmuch-show-next-unread-message, but it's not bound to anything by default. That might also be useful to you. Thanks, James