mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Activated search subfolders as request by #154
This commit is contained in:
parent
b1038667ee
commit
6c797c34f8
51 changed files with 1024 additions and 874 deletions
|
|
@ -64,7 +64,9 @@ export class MailMessageList extends AbstractViewRight {
|
|||
|
||||
this.messageList = MessageUserStore.list;
|
||||
|
||||
this.sortSupported = FolderUserStore.sortSupported;
|
||||
this.sortSupported = ko.computed(() =>
|
||||
FolderUserStore.hasCapability('SORT') | FolderUserStore.hasCapability('ESORT')
|
||||
);
|
||||
|
||||
this.composeInEdit = AppUserStore.composeInEdit;
|
||||
this.leftPanelDisabled = leftPanelDisabled;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue