djmaze 2020-09-24 15:08:57 +02:00
parent d291716489
commit 4257d9ca78
8 changed files with 16 additions and 37 deletions

View file

@ -32,11 +32,6 @@ class FolderUserStore {
this.sieveAllowFileintoInbox = !!rl.settings.get('SieveAllowFileintoInbox');
this.computers();
this.subscribers();
}
computers() {
this.draftFolderNotEnabled = ko.computed(
() => !this.draftFolder() || UNUSED_OPTION_VALUE === this.draftFolder()
);
@ -118,6 +113,8 @@ class FolderUserStore {
(item) => (item ? item.localName() : '')
)
);
this.subscribers();
}
subscribers() {