Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup sorting logic | Jeffas | 2020-02-28 | 1 | -155/+55 |
| | | | | | | There was an unused error value as well as unnecessary usage of the sort interface. There should now be less copying so a bit better performance in some cases. | ||||
* | Add sorting functionality | Jeffas | 2019-09-20 | 1 | -0/+253 |
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. |