diff options
| author | Jani Nikula <jani@nikula.org> | 2015-09-03 22:40:05 +0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2015-09-26 07:41:05 -0300 |
| commit | 02e394aed216622ac355ff15bae74403abf40417 (patch) | |
| tree | 7e0c5b1e674a2cf55f4cd50982b697815897ba46 /doc | |
| parent | 71fae18fba8934186a9a067daa9bcba951eb28b1 (diff) | |
cli: do not sort addresses on --output=count or --deduplicate=address
The order of the results with --output=count and --deduplicate=address
are unspecified as they're based on a hash table traversal. This being
the case, optimize the query by explicitly requesting unsorted
results. Clarify the documentation accordingly.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man1/notmuch-address.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/man1/notmuch-address.rst b/doc/man1/notmuch-address.rst index 935851ef..7f7214b3 100644 --- a/doc/man1/notmuch-address.rst +++ b/doc/man1/notmuch-address.rst @@ -85,7 +85,9 @@ 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 is not supported with --output=count. + However, if either --output=count or --deduplicate=address is + specified, this option is ignored and the order of the results + is unspecified. ``--exclude=(true|false)`` A message is called "excluded" if it matches at least one tag in |
