From: Tomi Ollila Date: Sun, 31 Mar 2013 16:38:59 +0000 (+0300) Subject: Re: [PATCH v3 0/6] batch count for notmuch-hello speedup X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=85b0761a88177265b73d3d48c0952b95171b3096;p=notmuch-archives.git Re: [PATCH v3 0/6] batch count for notmuch-hello speedup --- diff --git a/92/1ff89e982f56330c9c338bba02940e5744f6c7 b/92/1ff89e982f56330c9c338bba02940e5744f6c7 new file mode 100644 index 000000000..f8a36fa9a --- /dev/null +++ b/92/1ff89e982f56330c9c338bba02940e5744f6c7 @@ -0,0 +1,90 @@ +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 C481C431FDA + for ; Sun, 31 Mar 2013 09:39:05 -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 nyzc7y3pSNR7 for ; + Sun, 31 Mar 2013 09:39:01 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id C8FBC431FAE + for ; Sun, 31 Mar 2013 09:39:01 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 564AB100086; + Sun, 31 Mar 2013 19:38:59 +0300 (EEST) +From: Tomi Ollila +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v3 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 16:39:05 -0000 + +On Sun, Mar 31 2013, Jani Nikula wrote: + +> This is v3 of id:cover.1362841844.git.jani@nikula.org, with the commit +> messages of patches 1/6 and 3/6 fixed. No other changes. Thanks to +> Jameson and Tomi for review, and of course Mark for the elisp part. + ++1 -- I verified there is no (accidental) changes between +id:cover.1362841844.git.jani@nikula.org and +id:cover.1364722841.git.jani@nikula.org + +> +> BR, +> Jani. + +Tomi + +> +> Jani Nikula (5): +> cli: remove useless talloc_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 +> +> 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 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch