about summary refs log tree commit diff stats
path: root/lib/sort
Commit message (Collapse)AuthorAgeFilesLines
* Preserve sorting order in search resultsJeffas2019-10-091-0/+16
| | | | | This ensures that the search results follow the order of the current sort so that cycling throught the results proceeds in displayed order.
* Add sorting functionalityJeffas2019-09-201-0/+56
There is a command and config option. The criteria are a list of the sort criterion and each can be individually reversed. This only includes support for sorting in the maildir backend currently. The other backends are not supported in this patch.