From: Jani Nikula Date: Thu, 3 Sep 2015 19:40:05 +0000 (+0300) Subject: cli: do not sort addresses on --output=count or --deduplicate=address X-Git-Tag: 0.21_rc0~23 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=02e394aed216622ac355ff15bae74403abf40417;hp=02e394aed216622ac355ff15bae74403abf40417;p=notmuch 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. ---