mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Drop use_imap_list_subscribe and use 'HideUnsubscribed' = false
This prevents user questions regarding: "my folders are missing"
This commit is contained in:
parent
661e937fd1
commit
5757d8d464
11 changed files with 26 additions and 37 deletions
|
|
@ -5,7 +5,6 @@ import { UNUSED_OPTION_VALUE } from 'Common/Consts';
|
|||
import { defaultOptionsAfterRender } from 'Common/Utils';
|
||||
import { folderListOptionsBuilder, sortFolders } from 'Common/UtilsUser';
|
||||
import { getNotification } from 'Common/Translator';
|
||||
import { Settings } from 'Common/Globals';
|
||||
|
||||
import { FolderUserStore } from 'Stores/User/Folder';
|
||||
import { SettingsUserStore } from 'Stores/User/Settings';
|
||||
|
|
@ -22,11 +21,9 @@ class FolderCreatePopupView extends AbstractViewPopup {
|
|||
constructor() {
|
||||
super('FolderCreate');
|
||||
|
||||
this.useImapSubscribe = Settings.app('useImapSubscribe');
|
||||
|
||||
this.addObservables({
|
||||
folderName: '',
|
||||
folderSubscribe: this.useImapSubscribe && SettingsUserStore.hideUnsubscribed,
|
||||
folderSubscribe: SettingsUserStore.hideUnsubscribed(),
|
||||
|
||||
selectedParentValue: UNUSED_OPTION_VALUE
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue