]> rtime.felk.cvut.cz Git - notmuch.git/commit
cli: do not sort addresses on --output=count or --deduplicate=address
authorJani Nikula <jani@nikula.org>
Thu, 3 Sep 2015 19:40:05 +0000 (22:40 +0300)
committerDavid Bremner <david@tethera.net>
Sat, 26 Sep 2015 10:41:05 +0000 (07:41 -0300)
commit02e394aed216622ac355ff15bae74403abf40417
tree7e0c5b1e674a2cf55f4cd50982b697815897ba46
parent71fae18fba8934186a9a067daa9bcba951eb28b1
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.
doc/man1/notmuch-address.rst
notmuch-search.c