diff options
| author | Michal Sojka <sojkam1@fel.cvut.cz> | 2014-11-05 01:25:58 +0100 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2014-11-05 23:25:05 +0100 |
| commit | a5a6859197fb0b9cea7d75c4ec9377b9fc7d7285 (patch) | |
| tree | 46d6d141f6b94454ef0de9e0b8cd912999fac80a /doc | |
| parent | 4176e527fceb2c1f7a0b263fd8baac88be6fab4c (diff) | |
cli: address: Add --output=count
This output prints how many times was each address encountered during
search.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-address.rst | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst index 01eb811e..359616e0 100644 --- a/doc/man1/notmuch-address.rst +++ b/doc/man1/notmuch-address.rst @@ -29,7 +29,7 @@ Supported options for **address** include intended for programs that invoke **notmuch(1)** internally. If omitted, the latest supported version will be used. - ``--output=(sender|recipients)`` + ``--output=(sender|recipients|count)`` Controls which information appears in the output. This option can be given multiple times to combine different outputs. @@ -48,6 +48,13 @@ Supported options for **address** include Output all addresses from the *To*, *Cc* and *Bcc* headers. + **count** + Print the count of how many times was the address + encountered during search. + + Note: With this option, addresses are printed only after + the whole search is finished. This may take long time. + ``--sort=``\ (**newest-first**\ \|\ **oldest-first**) This option can be used to present results in either chronological order (**oldest-first**) or reverse chronological @@ -56,6 +63,8 @@ Supported options for **address** include By default, results will be displayed in reverse chronological order, (that is, the newest results will be displayed first). + This option has no effect when used with --output=count. + ``--exclude=(true|false)`` A message is called "excluded" if it matches at least one tag in search.tag\_exclude that does not appear explicitly in the |
