From 147f00126c3adb61933c7b2f251ffc630b2d36d4 Mon Sep 17 00:00:00 2001 From: Jani Nikula Date: Wed, 23 Sep 2015 22:31:13 +0300 Subject: [PATCH] [PATCH] man: document notmuch address --deduplicate=(no|mailbox) option --- 65/2e2be4bf2febdb240b36239749f4c58e8c6552 | 101 ++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 65/2e2be4bf2febdb240b36239749f4c58e8c6552 diff --git a/65/2e2be4bf2febdb240b36239749f4c58e8c6552 b/65/2e2be4bf2febdb240b36239749f4c58e8c6552 new file mode 100644 index 000000000..cb3998fb4 --- /dev/null +++ b/65/2e2be4bf2febdb240b36239749f4c58e8c6552 @@ -0,0 +1,101 @@ +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 0F2126DE1479 + for ; Wed, 23 Sep 2015 12:31:36 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.507 +X-Spam-Level: +X-Spam-Status: No, score=-0.507 tagged_above=-999 required=5 tests=[AWL=0.203, + RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, + 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 Obipehr5dzPi for ; + Wed, 23 Sep 2015 12:31:34 -0700 (PDT) +Received: from mail-wi0-f180.google.com (mail-wi0-f180.google.com + [209.85.212.180]) + by arlo.cworth.org (Postfix) with ESMTPS id 4A0246DE143A + for ; Wed, 23 Sep 2015 12:31:34 -0700 (PDT) +Received: by wicfx3 with SMTP id fx3so253727877wic.1 + for ; Wed, 23 Sep 2015 12:31:32 -0700 (PDT) +X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; + d=1e100.net; s=20130820; + h=x-gm-message-state:from:to:subject:date:message-id:in-reply-to + :references; + bh=sBFJaJca4bisvm7H7jewRD5g4st+Gl77MrqcVgY9odk=; + b=jGQPjWgDYWhgLz7NlThsxyF/ZJzXKha82mvI4yMAlPSBEgnaojA1J0n6utWrQsm9Ie + CJpxk0zbuDx3haSpe7kUkHb41FJ53v9hdBsYtoF6WZV09szB3rHjhLu6OEuNumTs7qqQ + ZuvrQoAKYWf7FaYTj3QChmSYFC02fjZO+xwpDxtaE/G0tVAWPtpDWunlVUClh1kYPYVS + UeCfuQmfSRyLETh0fGPsQdAYWobtr1ObDHcfaveJgLJumnZigri730bvYwznrTyRMI8a + bkoThfYceP1BNIhkpEYFRVvtOsB94mNKsODyrq3EgoLsQFUT6KCzvhbcKiap6rVQsJa1 + QAgQ== +X-Gm-Message-State: + ALoCoQmkuXqVY7g2LfmVq0pPlWYcSq/GK/ZFxKuq6igB9pcBwxhQibENquaa+UPSS1mUNUK/92qt +X-Received: by 10.180.188.211 with SMTP id gc19mr6142416wic.81.1443036692436; + Wed, 23 Sep 2015 12:31:32 -0700 (PDT) +Received: from localhost (mobile-access-bcee4f-131.dhcp.inet.fi. + [188.238.79.131]) + by smtp.gmail.com with ESMTPSA id p3sm10053679wib.16.2015.09.23.12.31.31 + (version=TLSv1/SSLv3 cipher=OTHER); + Wed, 23 Sep 2015 12:31:31 -0700 (PDT) +From: Jani Nikula +To: David Bremner , Jani Nikula , + notmuch@notmuchmail.org +Subject: [PATCH] man: document notmuch address --deduplicate=(no|mailbox) + option +Date: Wed, 23 Sep 2015 22:31:13 +0300 +Message-Id: <1443036673-6197-1-git-send-email-jani@nikula.org> +X-Mailer: git-send-email 2.1.4 +In-Reply-To: <877fnltg1s.fsf@maritornes.cs.unb.ca> +References: <877fnltg1s.fsf@maritornes.cs.unb.ca> +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: Wed, 23 Sep 2015 19:31:36 -0000 + +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..6003ed29cf32 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. ++ ++ **no** ++ Output all occurences of addresses in the matching ++ messages. This is not applicable with --output=count. ++ ++ **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 ++ default. ++ + ``--sort=``\ (**newest-first**\ \|\ **oldest-first**) + This option can be used to present results in either + chronological order (**oldest-first**) or reverse chronological +-- +2.1.4 + -- 2.26.2