mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-27 19:19:21 +03:00
Proper fix for default sortMode
This commit is contained in:
parent
6bdd509b48
commit
3a589e240c
3 changed files with 5 additions and 3 deletions
|
|
@ -212,7 +212,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
},
|
||||
|
||||
sortText: () => {
|
||||
let mode = FolderUserStore.sortMode() || '',
|
||||
let mode = FolderUserStore.sortMode(),
|
||||
has = w => mode.includes(w),
|
||||
desc = '' === mode || has('REVERSE');
|
||||
mode = mode.split(/\s+/);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue