mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +03:00
Sieve filters (interface/vacation action)
This commit is contained in:
parent
54edeaa645
commit
68cc322bd5
26 changed files with 235 additions and 104 deletions
|
|
@ -28,9 +28,7 @@
|
|||
this.filters.loading = ko.observable(false).extend({'throttle': 200});
|
||||
this.filters.saving = ko.observable(false).extend({'throttle': 200});
|
||||
|
||||
this.filters.subscribe(function () {
|
||||
Utils.windowResize();
|
||||
});
|
||||
this.filters.subscribe(Utils.windowResizeCallback);
|
||||
|
||||
this.processText = ko.computed(function () {
|
||||
return this.filters.loading() ? Utils.i18n('SETTINGS_FILTERS/LOADING_PROCESS') : '';
|
||||
|
|
@ -136,7 +134,7 @@
|
|||
self.haveChanges(true);
|
||||
}
|
||||
|
||||
}, false]);
|
||||
}, true]);
|
||||
};
|
||||
|
||||
FiltersUserSettings.prototype.onBuild = function (oDom)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue