From: David Bremner Date: Sun, 2 Nov 2014 19:03:06 +0000 (+0100) Subject: Re: [PATCH v2 1/2] cli: add support for notmuch search --duplicate=N with --output... X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=a5d2d643d3e41813780511073127b5094e1cde50;p=notmuch-archives.git Re: [PATCH v2 1/2] cli: add support for notmuch search --duplicate=N with --output=messages --- diff --git a/4f/5740cbf7d76b77a1dce71341c626385b0043e1 b/4f/5740cbf7d76b77a1dce71341c626385b0043e1 new file mode 100644 index 000000000..71ef59577 --- /dev/null +++ b/4f/5740cbf7d76b77a1dce71341c626385b0043e1 @@ -0,0 +1,63 @@ +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 1947D431FD9 + for ; Sun, 2 Nov 2014 11:03:20 -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 EDtCqivb8DGT for ; + Sun, 2 Nov 2014 11:03:12 -0800 (PST) +Received: from yantan.tethera.net (yantan.tethera.net [199.188.72.155]) + (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) + (No client certificate requested) + by olra.theworths.org (Postfix) with ESMTPS id E2BA1431FAF + for ; Sun, 2 Nov 2014 11:03:12 -0800 (PST) +Received: from remotemail by yantan.tethera.net with local (Exim 4.80) + (envelope-from ) + id 1Xl0Qh-0007pT-Ty; Sun, 02 Nov 2014 15:03:11 -0400 +Received: (nullmailer pid 21901 invoked by uid 1000); Sun, 02 Nov 2014 + 19:03:06 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v2 1/2] cli: add support for notmuch search --duplicate=N + with --output=messages +In-Reply-To: + <848dc1dd0e62dc85abd69f5cf675cbce89f5e127.1414834143.git.jani@nikula.org> +References: + <848dc1dd0e62dc85abd69f5cf675cbce89f5e127.1414834143.git.jani@nikula.org> +User-Agent: Notmuch/0.18.2+156~g3cc8ed5 (http://notmuchmail.org) Emacs/24.4.1 + (x86_64-pc-linux-gnu) +Date: Sun, 02 Nov 2014 20:03:06 +0100 +Message-ID: <87lhnth1cl.fsf@maritornes.cs.unb.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, 02 Nov 2014 19:03:20 -0000 + +Jani Nikula writes: + +> Print the message IDs of all messages matching the search terms that +> have at least N files associated with them. + +Series pushed. I think this probably deserves a brief NEWS entry, what +do you think? + +d