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 26C98431FBC for ; Sun, 22 Nov 2009 13:57:03 -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 ovIkI4dWtbur for ; Sun, 22 Nov 2009 13:57:02 -0800 (PST) Received: from mail-bw0-f224.google.com (mail-bw0-f224.google.com [209.85.218.224]) by olra.theworths.org (Postfix) with ESMTP id 2C54E431FAE for ; Sun, 22 Nov 2009 13:57:02 -0800 (PST) Received: by bwz24 with SMTP id 24so3525712bwz.30 for ; Sun, 22 Nov 2009 13:57:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject :in-reply-to:references:date:message-id:mime-version:content-type; bh=PfNpGE8cHU4kIQobr3aTeNvEUAY1ByLtKXV0tGYHjS4=; b=vdpnl3WcHAkfInEoQhM/u/XFh5Mx3JO60LhanPI8aFJ1Dk5I+d+/NWabuHSbw0DXQH 1fsVZxCjaF0UscewkX/IilnCawISlNwFbpiy2RnUrvOLA66lonFe/9bOH59GOJckZ1Ya Q/v7tgp83OfKZkaW0CdhL1gGNNfP0syS7NjHA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:in-reply-to:references:date:message-id :mime-version:content-type; b=ABzmzYM5bMKXjrIM3XoQrvRWp0dVXIwBgwRDt5kmIGK1uZdnDXhisxAp6SlwF1m9W5 8ZZ51OkUOi+e8pRSiuXywBMMq9txh6iEySZ+eNV4epfRVPwo8y7X2BhqtM3a1jb771rV mjxy0f7XzwzvFTT/IsivkO4oPUCf+0SAyFjuk= Received: by 10.204.15.16 with SMTP id i16mr3940122bka.72.1258927021420; Sun, 22 Nov 2009 13:57:01 -0800 (PST) Received: from kunyang (vawpc43.ethz.ch [129.132.59.11]) by mx.google.com with ESMTPS id f31sm4777495fkf.42.2009.11.22.13.56.59 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 22 Nov 2009 13:57:00 -0800 (PST) Sender: Jed Brown From: Jed Brown To: Tassilo Horn , notmuch@notmuchmail.org In-Reply-To: <87einqut6j.fsf@thinkpad.tsdh.de> References: <87einqut6j.fsf@thinkpad.tsdh.de> Date: Sun, 22 Nov 2009 22:57:30 +0100 Message-ID: <87vdh243zp.fsf@59A2.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [notmuch] Catching up unread messages 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: Sun, 22 Nov 2009 21:57:03 -0000 On Sun, 22 Nov 2009 22:48:52 +0100, Tassilo Horn wrote: > Ok, so new the question: I indexed all my 63.000 mails, and because it > was a first-time indexing, all my mail now has the tags inbox and > unread. Of course, I don't want to SPC through all threads (using the > great emacs interface) to remove the unread status. So is there some > catchup command, which marks all messages in the buffer as read? With this patch <1258920736-14205-1-git-send-email-jed@59A2.org> you would do * -inbox or * -inbox -unread On the command line, you can clear it with $ notmuch tag -inbox tag:inbox > BTW, what's the intention of the inbox tag? When I've read a thread, > both inbox as well as unread disappear, so I don't get the difference > between them. That is because SPC is bound to notmuch-show-advance-marking-read-and-archiving which removes both tags. The idea is that you can clear your inbox while retaining unread status, or leave something important in your inbox even though you have read it. Jed