]> git.cworth.org Git - notmuch/commitdiff
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)
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.


No differences found