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 9214F431E64 for ; Sun, 31 Mar 2013 00:39:28 -0700 (PDT) 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 Ch+PPR6lvB+b for ; Sun, 31 Mar 2013 00:39:27 -0700 (PDT) Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) by olra.theworths.org (Postfix) with ESMTP id A4478431FC2 for ; Sun, 31 Mar 2013 00:39:27 -0700 (PDT) Received: from guru.guru-group.fi (localhost [IPv6:::1]) by guru.guru-group.fi (Postfix) with ESMTP id 22B1D100148; Sun, 31 Mar 2013 10:39:25 +0300 (EEST) From: Tomi Ollila To: Jani Nikula , notmuch@notmuchmail.org Subject: Re: [PATCH v2 0/6] batch count for notmuch-hello speedup In-Reply-To: References: User-Agent: Notmuch/0.15.2+50~g43fdda5 (http://notmuchmail.org) Emacs/24.2.1 (x86_64-unknown-linux-gnu) X-Face: HhBM'cA~ MIME-Version: 1.0 Content-Type: text/plain 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: Sun, 31 Mar 2013 07:39:28 -0000 On Sat, Mar 09 2013, Jani Nikula wrote: > Rebased v2 of id:cover.1358273133.git.jani@nikula.org > > Jani Nikula (5): > cli: remove useless strdup > cli: extract count printing to a separate function in notmuch count > cli: add --batch option to notmuch count > man: document notmuch count --batch and --input options > test: notmuch count --batch and --input options > > Mark Walters (1): > emacs: hello: use batch count LGTM. comments in id:m2a9s0hvgy.fsf@guru.guru-group.fi and id:m27gn4htrg.fsf@guru.guru-group.fi apply. Tomi > > emacs/notmuch-hello.el | 52 +++++++++++++--------- > man/man1/notmuch-count.1 | 20 +++++++++ > notmuch-count.c | 111 +++++++++++++++++++++++++++++++++++----------- > test/count | 46 +++++++++++++++++++ > 4 files changed, 182 insertions(+), 47 deletions(-) > > -- > 1.7.10.4