]> git.notmuchmail.org Git - notmuch/commitdiff
nmbug-status: add support for specifying sort order for each view
authorJani Nikula <jani@nikula.org>
Sat, 26 Sep 2015 11:37:51 +0000 (14:37 +0300)
committerDavid Bremner <david@tethera.net>
Tue, 29 Sep 2015 11:25:25 +0000 (08:25 -0300)
Let each view have a "sort" key, typically used with values
"oldest-first" or "newest-first" (although all values in Query.SORT
are accepted), and sort the results accordingly. Oldest first remains
the default.

The dynamic approach of mapping sort values is as suggested by
W. Trevor King <wking@tremily.us>.


No differences found