From: Tomi Ollila Date: Wed, 21 Aug 2013 19:53:09 +0000 (+0300) Subject: Re: [PATCH v3 0/8] cli: better tooling support for duplicate messages X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=01a44833900c4358ab5238d89b549a3039a0ba34;p=notmuch-archives.git Re: [PATCH v3 0/8] cli: better tooling support for duplicate messages --- diff --git a/1b/1ee6604be19f9f4f98b0846eec6658aa9f4e25 b/1b/1ee6604be19f9f4f98b0846eec6658aa9f4e25 new file mode 100644 index 000000000..c008132ff --- /dev/null +++ b/1b/1ee6604be19f9f4f98b0846eec6658aa9f4e25 @@ -0,0 +1,88 @@ +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 461FC431FD6 + for ; Wed, 21 Aug 2013 12:53:23 -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 E6PAfRcYkOmr for ; + Wed, 21 Aug 2013 12:53:19 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id D32E1431FC2 + for ; Wed, 21 Aug 2013 12:53:18 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id 05126100086; + Wed, 21 Aug 2013 22:53:10 +0300 (EEST) +From: Tomi Ollila +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v3 0/8] cli: better tooling support for duplicate messages +In-Reply-To: +References: +User-Agent: Notmuch/0.16+3~g340c058 (http://notmuchmail.org) Emacs/24.3.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: Wed, 21 Aug 2013 19:53:23 -0000 + +On Sat, Aug 17 2013, Jani Nikula wrote: + +> v3 of id:cover.1370775663.git.jani@nikula.org. Just a rebase, no changes +> since the latest versions of the patches posted in the previous thread. +> +> BR, +> Jani. + +This patch series LGTM. Tests pass. + +> +> Jani Nikula (8): +> cli: add --duplicate=N option to notmuch search +> test: test notmuch search --duplicate=N +> man: document notmuch search --duplicate=N +> cli: add --output=files option to notmuch count +> test: test notmuch count --output=files +> man: document notmuch count --output=files +> NEWS: cli options for improved duplicate message handling +> man: clarify folder: prefix regarding duplicate files +> +> NEWS | 20 ++++++++++++ +> man/man1/notmuch-count.1 | 10 +++++- +> man/man1/notmuch-search.1 | 20 ++++++++++++ +> man/man7/notmuch-search-terms.7 | 8 +++-- +> notmuch-count.c | 37 ++++++++++++++++++++++ +> notmuch-search.c | 18 +++++++---- +> test/count | 10 ++++++ +> test/search-output | 65 +++++++++++++++++++++++++++++++++++++++ +> 8 files changed, 178 insertions(+), 10 deletions(-) +> +> -- +> 1.7.10.4 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch