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 3E349431FAF for ; Tue, 21 Feb 2012 16:28:16 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled 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 BjyyEiU4yxh4 for ; Tue, 21 Feb 2012 16:28:15 -0800 (PST) Received: from mail-lpp01m010-f53.google.com (mail-lpp01m010-f53.google.com [209.85.215.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by olra.theworths.org (Postfix) with ESMTPS id 25732431FAE for ; Tue, 21 Feb 2012 16:28:14 -0800 (PST) Received: by lahd3 with SMTP id d3so8689117lah.26 for ; Tue, 21 Feb 2012 16:28:12 -0800 (PST) Received-SPF: pass (google.com: domain of awg@xvx.ca designates 10.152.130.98 as permitted sender) client-ip=10.152.130.98; Authentication-Results: mr.google.com; spf=pass (google.com: domain of awg@xvx.ca designates 10.152.130.98 as permitted sender) smtp.mail=awg@xvx.ca Received: from mr.google.com ([10.152.130.98]) by 10.152.130.98 with SMTP id od2mr21393545lab.3.1329870492194 (num_hops = 1); Tue, 21 Feb 2012 16:28:12 -0800 (PST) MIME-Version: 1.0 Received: by 10.152.130.98 with SMTP id od2mr17895340lab.3.1329870492127; Tue, 21 Feb 2012 16:28:12 -0800 (PST) Sender: awg@xvx.ca Received: by 10.112.114.103 with HTTP; Tue, 21 Feb 2012 16:28:12 -0800 (PST) X-Originating-IP: [96.52.216.56] In-Reply-To: References: <1329319688-16056-1-git-send-email-awg+notmuch@xvx.ca> <87bop0gklt.fsf@gmail.com> Date: Tue, 21 Feb 2012 17:28:12 -0700 X-Google-Sender-Auth: Ck925q6KaemfhtvanwC7J8mvs4s Message-ID: Subject: Re: [PATCH] emacs: Add the option of counting threads in notmuch-hello From: Adam Wolfe Gordon To: Tomi Ollila Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Gm-Message-State: ALoCoQnDMhxDarXOyBU5HIGPbh0fqCg9gmuXSmnoTj8sq6DDxpXT+E21K5fQCZt7oiQNSKBVyiE9 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, 22 Feb 2012 00:28:16 -0000 On Wed, Feb 15, 2012 at 10:14, Tomi Ollila wrote: > On Wed, 15 Feb 2012 09:23:31 -0700, Adam Wolfe Gordon wrote: > notmuch count is fast > notmuch count --output=3Dthreads =A0is slower > > I was thinking why not show both? but as threads > count is slow there could be customization variable > for showing *optionally* thread count in addition > to message count like > > "You have nn,nnn messages in n,nnn threads" Sure, sounds good to me. I never really look at the count at the top, I just like having the counts beside the saved searches and tags be thread counts.