mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-02-25 15:26:14 +08:00
Add idea for #1427
This commit is contained in:
parent
a25d35d6df
commit
e1a51ba69c
1 changed files with 2 additions and 0 deletions
|
@ -59,6 +59,8 @@ export class MailFolderList extends AbstractViewLeft {
|
|||
inbox.collapsed(false);
|
||||
}
|
||||
this.foldersListWithSingleInboxRootFolder(!multiple);
|
||||
// https://github.com/the-djmaze/snappymail/issues/1427
|
||||
// result.sort((a, b) => a.unreadEmails ? (b.unreadEmails ? 0 : -1) : (b.unreadEmails ? 1 : 0));
|
||||
return result;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue