mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
This commit is contained in:
parent
882c0bde42
commit
723ebc4055
36 changed files with 84 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ window.Sieve = {
|
|||
*/
|
||||
forEachObjectValue(data.Result.Scripts, value => {
|
||||
value = SieveScriptModel.reviveFromJson(value);
|
||||
value && scripts.push(value)
|
||||
value && (value.allowFilters() ? scripts.unshift(value) : scripts.push(value))
|
||||
});
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue