mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Get the Sieve GUI partially working
This commit is contained in:
parent
55c5910590
commit
7e45ffab74
11 changed files with 33 additions and 8 deletions
|
|
@ -291,5 +291,6 @@ export const parseScript = (script, name = 'script.sieve') => {
|
|||
}
|
||||
|
||||
tree.requires = requires;
|
||||
tree.toString = () => tree.join('\r\n');
|
||||
return tree;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue