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 96375431E82 for ; Wed, 15 Feb 2012 09:14:21 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none] 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 lyRoO86k6kLO for ; Wed, 15 Feb 2012 09:14:19 -0800 (PST) Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66]) by olra.theworths.org (Postfix) with ESMTP id 1A923431E62 for ; Wed, 15 Feb 2012 09:14:19 -0800 (PST) Received: by guru.guru-group.fi (Postfix, from userid 501) id BC23268055; Wed, 15 Feb 2012 19:14:19 +0200 (EET) From: Tomi Ollila To: Adam Wolfe Gordon , Dmitry Kurochkin Subject: Re: [PATCH] emacs: Add the option of counting threads in notmuch-hello In-Reply-To: References: <1329319688-16056-1-git-send-email-awg+notmuch@xvx.ca> <87bop0gklt.fsf@gmail.com> User-Agent: Notmuch/0.11.1+198~g922c4d2 (http://notmuchmail.org) Emacs/23.3.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable 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, 15 Feb 2012 17:14:21 -0000 On Wed, 15 Feb 2012 09:23:31 -0700, Adam Wolfe Gordon = wrote: > On Wed, Feb 15, 2012 at 08:52, Dmitry Kurochkin > wrote: > > Can we delay this patch until user-defined sections are pushed? =C2=A0I= know > > I promised to review it long ago. =C2=A0But I still did not manage to f= inish > > it yet. =C2=A0I hope I can do it in the beginning of the next week. >=20 > Absolutely. I was just building new notmuch packages for myself this > morning and realized I had this commit sitting in my tree collecting > dust. notmuch count is fast notmuch count --output=3Dthreads is 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=20 to message count like "You have nn,nnn messages in n,nnn threads" Tomi