mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
TODO: Sieve issue on account switch
When current domain has sieve but the new has not, or current has not and the new has
This commit is contained in:
parent
80d64574a6
commit
1883b407a6
3 changed files with 36 additions and 22 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { koComputable, addObservablesTo } from 'External/ko';
|
||||
import { FolderUserStore } from 'Stores/User/Folder';
|
||||
import { SettingsGet } from 'Common/Globals';
|
||||
import { SettingsGet/*, SettingsCapa*/ } from 'Common/Globals';
|
||||
|
||||
//export class UserSettingsFilters /*extends AbstractViewSettings*/ {
|
||||
export class UserSettingsFilters /*extends AbstractViewSettings*/ {
|
||||
|
|
@ -27,6 +27,14 @@ export class UserSettingsFilters /*extends AbstractViewSettings*/ {
|
|||
this.scriptForDeletion = ko.observable(null).askDeleteHelper();
|
||||
}
|
||||
|
||||
/*
|
||||
// TODO: issue on account switch
|
||||
// When current domain has sieve but the new has not, or current has not and the new has
|
||||
disabled() {
|
||||
return !SettingsCapa('Sieve');
|
||||
}
|
||||
*/
|
||||
|
||||
addScript() {
|
||||
this.editScript();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue