From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id C47F26DE023F for ; Sun, 30 Sep 2018 17:33:55 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.012 X-Spam-Level: X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 tests=[AWL=0.098, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id EVwq4hLmwGkb for ; Sun, 30 Sep 2018 17:33:53 -0700 (PDT) X-Greylist: delayed 399 seconds by postgrey-1.36 at arlo; Sun, 30 Sep 2018 17:33:53 PDT Received: from jb55.com (jb55.com [45.79.91.128]) by arlo.cworth.org (Postfix) with ESMTPS id 10CDE6DE022D for ; Sun, 30 Sep 2018 17:33:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d= jb55.com; h=from:to:subject:date:message-id; s=default; bh=n0OIGajJVzESACeT5eBgN5+sFUhbgv0uUhItRrm1rYE=; b=eW6hBOggpFS7y8L9xgwdcKO5OCzlV9GuwcuPO4AVi40t5xTZ0Bv+SzujCrpPsY387QeEkVKAjxGkWimlUZbvgzXvb5LNvGfKI+02piPHeybnUSG9xXgjcmoBc/MvfjeYWsbJ8FuPn5OIVOe59WT5EpSBhM2lY8M/ZJ6Qvce+d//38AyV6e45MBUkSzFjukZPScHBw0dZoQGsYJKkKa24YRyzLxtBca0sV2diUWbKJxBOMYVoScBMLSRhtXNnXSVfjRKjZNOo9NVUNIBz7zIfVbPKrv+OvNps0BDKI/bYsS4zdMrGwQPqA/fveIptOIBHBafvQvQSCK0L6XIUHTlK4w== Received: from jb55.com (S010660e327dca171.vc.shawcable.net [24.84.152.187]) by jb55.com (OpenSMTPD) with ESMTPSA id 023475ee TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Mon, 1 Oct 2018 00:27:13 +0000 (UTC) From: William Casarin To: Jeff Templon Cc: notmuch@notmuchmail.org Subject: Re: unused/total message counts in hello screen? In-Reply-To: References: Date: Sun, 30 Sep 2018 17:27:12 -0700 Message-ID: <878t3icxzz.fsf@jb55.com> MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.26 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, 01 Oct 2018 00:33:55 -0000 Jeff Templon writes: > An alternative would be if I could toggle the entire page to show just > the unread tags (so any tags for which all messages were read would > just not show up). Maybe even preferable, that last one. This can be done setting "notmuch-hello-tag-list-make-query" to "tag:unread" I have mine set to "tag:inbox" so that I only see tag counts on the home screen that haven't been archived yet. Cheers, Will