From: David Bremner Date: Sun, 20 Sep 2015 12:45:51 +0000 (+2100) Subject: Re: [PATCH v2 4/9] man: document notmuch address --deduplicate=(no|mailbox) option X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4012d532e67296b96f76b5bb97c661c33a76131b;p=notmuch-archives.git Re: [PATCH v2 4/9] man: document notmuch address --deduplicate=(no|mailbox) option --- diff --git a/d6/15782b058fdde29dac7c62d6797d43dd8c5c0d b/d6/15782b058fdde29dac7c62d6797d43dd8c5c0d new file mode 100644 index 000000000..c6978e03a --- /dev/null +++ b/d6/15782b058fdde29dac7c62d6797d43dd8c5c0d @@ -0,0 +1,81 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 0C7236DE157C + for ; Sun, 20 Sep 2015 06:46:08 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: 0.118 +X-Spam-Level: +X-Spam-Status: No, score=0.118 tagged_above=-999 required=5 tests=[AWL=0.108, + T_FILL_THIS_FORM_SHORT=0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id KIRh4YwGz-r9 for ; + Sun, 20 Sep 2015 06:46:06 -0700 (PDT) +Received: from gitolite.debian.net (gitolite.debian.net [87.98.215.224]) + by arlo.cworth.org (Postfix) with ESMTPS id 0C1356DE1534 + for ; Sun, 20 Sep 2015 06:46:05 -0700 (PDT) +Received: from remotemail by gitolite.debian.net with local (Exim 4.80) + (envelope-from ) + id 1Zdek1-00072T-PJ; Sun, 20 Sep 2015 13:33:17 +0000 +Received: (nullmailer pid 4432 invoked by uid 1000); Sun, 20 Sep 2015 + 12:45:51 -0000 +From: David Bremner +To: Jani Nikula , notmuch@notmuchmail.org +Subject: Re: [PATCH v2 4/9] man: document notmuch address + --deduplicate=(no|mailbox) option +In-Reply-To: + +References: + +User-Agent: Notmuch/0.20.2+73~gd432116 (http://notmuchmail.org) Emacs/24.5.1 + (x86_64-pc-linux-gnu) +Date: Sun, 20 Sep 2015 09:45:51 -0300 +Message-ID: <877fnltg1s.fsf@maritornes.cs.unb.ca> +MIME-Version: 1.0 +Content-Type: text/plain +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +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, 20 Sep 2015 13:46:08 -0000 + +Jani Nikula writes: + +> Document the deduplication of results. +> --- +> doc/man1/notmuch-address.rst | 15 +++++++++++++++ +> 1 file changed, 15 insertions(+) +> +> diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst +> index 9570095b23c8..4ae7395bce4d 100644 +> --- a/doc/man1/notmuch-address.rst +> +++ b/doc/man1/notmuch-address.rst +> @@ -55,6 +55,21 @@ Supported options for **address** include +> Note: With this option, addresses are printed only after +> the whole search is finished. This may take long time. +> +> + ``--deduplicate=(no|mailbox)`` +> + +> + Control the deduplication of results. +> + +> + **none** +> + Output all occurences of addresses in the matching +> + messages. This is not applicable with --output=count. +should be be **no**, I guess. +> + +> + **mailbox** +> + Deduplicate addresses based on the full, case sensitive +> + name and email address, or mailbox. This is effectively +> + the same as piping the --deduplicate=no output to **sort | +> + uniq**, except for the order of results. This is the