Cleanup folder handling a bit

This commit is contained in:
the-djmaze 2022-08-03 11:06:09 +02:00
parent 421efc62ad
commit 18dc2889ce
6 changed files with 10 additions and 20 deletions

View file

@ -31,9 +31,7 @@ export class MailFolderList extends AbstractViewLeft {
this.composeInEdit = AppUserStore.composeInEdit;
this.folderList = FolderUserStore.folderList;
this.folderListSystem = FolderUserStore.folderListSystem;
this.foldersChanging = FolderUserStore.foldersChanging;
this.systemFolders = FolderUserStore.systemFolders;
this.moveAction = moveAction;