Rename folderListOptimized to optimized

This commit is contained in:
the-djmaze 2023-10-31 01:38:09 +01:00
parent 1a5ff4772d
commit f097c8bb92
3 changed files with 3 additions and 3 deletions

View file

@ -273,7 +273,7 @@ export class FolderCollectionModel extends AbstractCollectionModel
// 'THREAD=REFS', 'THREAD=REFERENCES', 'THREAD=ORDEREDSUBJECT'
AppUserStore.threadsAllowed(!!this.capabilities.some(capa => capa.startsWith('THREAD=')));
// FolderUserStore.folderListOptimized(!!this.optimized);
// FolderUserStore.optimized(!!this.optimized);
FolderUserStore.quotaUsage(this.quotaUsage);
FolderUserStore.quotaLimit(this.quotaLimit);
FolderUserStore.capabilities(this.capabilities);