mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-04 05:52:44 +08:00
Always subscribe to new folder by default
This commit is contained in:
parent
4c8d84d07b
commit
e148cdea75
1 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@ import { folderListOptionsBuilder, sortFolders } from 'Common/Folders';
|
|||
import { getNotification } from 'Common/Translator';
|
||||
|
||||
import { FolderUserStore } from 'Stores/User/Folder';
|
||||
import { SettingsUserStore } from 'Stores/User/Settings';
|
||||
//import { SettingsUserStore } from 'Stores/User/Settings';
|
||||
|
||||
import Remote from 'Remote/User/Fetch';
|
||||
|
||||
|
@ -22,7 +22,7 @@ export class FolderCreatePopupView extends AbstractViewPopup {
|
|||
|
||||
addObservablesTo(this, {
|
||||
folderName: '',
|
||||
folderSubscribe: SettingsUserStore.hideUnsubscribed(),
|
||||
folderSubscribe: true,//SettingsUserStore.hideUnsubscribed(),
|
||||
|
||||
selectedParentValue: UNUSED_OPTION_VALUE
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue