From 3233bc5ece3798b284e1a8e0e9409d0870238774 Mon Sep 17 00:00:00 2001 From: Tomi Ollila Date: Sat, 1 Nov 2014 12:06:59 +0200 Subject: [PATCH] Re: [PATCH v2 0/2] cli: search --duplicate=N with --output=messages --- 1f/2b1674fc0ca74fca32cfd17a085862ba067df2 | 84 +++++++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 1f/2b1674fc0ca74fca32cfd17a085862ba067df2 diff --git a/1f/2b1674fc0ca74fca32cfd17a085862ba067df2 b/1f/2b1674fc0ca74fca32cfd17a085862ba067df2 new file mode 100644 index 000000000..5625f98ee --- /dev/null +++ b/1f/2b1674fc0ca74fca32cfd17a085862ba067df2 @@ -0,0 +1,84 @@ +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 1C144431FD0 + for ; Sat, 1 Nov 2014 03:07:29 -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 oYxSs+-PHBsD for ; + Sat, 1 Nov 2014 03:07:21 -0700 (PDT) +Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34]) + by olra.theworths.org (Postfix) with ESMTP id 862E0431FAF + for ; Sat, 1 Nov 2014 03:07:21 -0700 (PDT) +Received: from guru.guru-group.fi (localhost [IPv6:::1]) + by guru.guru-group.fi (Postfix) with ESMTP id C00BD1000E0; + Sat, 1 Nov 2014 12:06:59 +0200 (EET) +From: Tomi Ollila +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v2 0/2] cli: search --duplicate=N with --output=messages +In-Reply-To: +References: +User-Agent: Notmuch/0.18.1+130~ga61922f (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: Sat, 01 Nov 2014 10:07:29 -0000 + +On Sat, Nov 01 2014, Jani Nikula wrote: + +> This is v2 of [1], rebased, tests added, no functional changes. + +Applies cleanly, tests pass. my own tests works as expected. + ++1 + +Tomi + + +> +> BR, +> Jani. +> +> [1] id:1414705489-30771-1-git-send-email-jani@nikula.org +> +> Jani Nikula (2): +> cli: add support for notmuch search --duplicate=N with +> --output=messages +> test: add tests for --output=messages --duplicate=N +> +> doc/man1/notmuch-search.rst | 12 ++++++++---- +> notmuch-search.c | 35 +++++++++++++++++++++++++++++++---- +> test/T090-search-output.sh | 37 +++++++++++++++++++++++++++++++++++++ +> 3 files changed, 76 insertions(+), 8 deletions(-) +> +> -- +> 2.1.1 +> +> _______________________________________________ +> notmuch mailing list +> notmuch@notmuchmail.org +> http://notmuchmail.org/mailman/listinfo/notmuch -- 2.26.2