mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03: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 { getNotification } from 'Common/Translator';
|
||||||
|
|
||||||
import { FolderUserStore } from 'Stores/User/Folder';
|
import { FolderUserStore } from 'Stores/User/Folder';
|
||||||
import { SettingsUserStore } from 'Stores/User/Settings';
|
//import { SettingsUserStore } from 'Stores/User/Settings';
|
||||||
|
|
||||||
import Remote from 'Remote/User/Fetch';
|
import Remote from 'Remote/User/Fetch';
|
||||||
|
|
||||||
|
|
@ -22,7 +22,7 @@ export class FolderCreatePopupView extends AbstractViewPopup {
|
||||||
|
|
||||||
addObservablesTo(this, {
|
addObservablesTo(this, {
|
||||||
folderName: '',
|
folderName: '',
|
||||||
folderSubscribe: SettingsUserStore.hideUnsubscribed(),
|
folderSubscribe: true,//SettingsUserStore.hideUnsubscribed(),
|
||||||
|
|
||||||
selectedParentValue: UNUSED_OPTION_VALUE
|
selectedParentValue: UNUSED_OPTION_VALUE
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue