mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-28 03:29:20 +03:00
Improved handling of sieve script changes
This commit is contained in:
parent
14ba459d46
commit
ea56397c3b
3 changed files with 6 additions and 3 deletions
|
|
@ -50,7 +50,10 @@ class SieveScriptPopupView extends AbstractViewNext {
|
|||
|
||||
self.saving = true;
|
||||
self.saveError(false);
|
||||
// script.body(script.filtersToRaw());
|
||||
|
||||
if (self.allowToggle()) {
|
||||
script.body(script.filtersToRaw());
|
||||
}
|
||||
|
||||
Remote.filtersScriptSave(
|
||||
(result, data) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue