mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Forward if METADATA is supported to JavaScript
This commit is contained in:
parent
3da130d061
commit
c039e813a6
5 changed files with 14 additions and 3 deletions
|
|
@ -37,7 +37,9 @@ export class FolderCollectionModel extends AbstractCollectionModel
|
|||
super();
|
||||
this.CountRec
|
||||
this.FoldersHash
|
||||
this.IsMetadataSupported
|
||||
this.IsThreadsSupported
|
||||
this.IsSortSupported
|
||||
this.Namespace;
|
||||
this.Optimized
|
||||
this.SystemFolders
|
||||
|
|
@ -144,6 +146,7 @@ export class FolderCollectionModel extends AbstractCollectionModel
|
|||
|
||||
FolderUserStore.folderListOptimized(!!this.Optimized);
|
||||
FolderUserStore.sortSupported(!!this.IsSortSupported);
|
||||
FolderUserStore.metadataSupported(!!this.IsMetadataSupported);
|
||||
|
||||
FolderUserStore.sentFolder(normalizeFolder(SettingsGet('SentFolder')));
|
||||
FolderUserStore.draftFolder(normalizeFolder(SettingsGet('DraftFolder')));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue