mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Finish the sort feature
This commit is contained in:
parent
7eeed62b09
commit
64cf19746d
14 changed files with 82 additions and 16 deletions
|
|
@ -17,7 +17,7 @@ export const FolderType = {
|
|||
/**
|
||||
* @enum {string}
|
||||
*/
|
||||
export const FolderSortType = {
|
||||
export const FolderSortMode = {
|
||||
DateDesc: '', // default 'REVERSE DATE'
|
||||
DateAsc: 'DATE',
|
||||
FromDesc: 'REVERSE FROM',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue