aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2015-09-23 22:31:13 +0300
committerDavid Bremner <david@tethera.net>2015-09-24 07:34:39 -0300
commit36b75cd4419c298bba7d12394b2e198a9b7f6a41 (patch)
tree9d6fbca3367e3883f4cbaaa74a0f9cad9e57f080
parentadba9b0d50d3aae55e5a2713c4d760d203c20a54 (diff)
man: document notmuch address --deduplicate=(no|mailbox) option
Document the deduplication of results.
-rw-r--r--doc/man1/notmuch-address.rst15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst
index 9570095b..6003ed29 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