diff --git a/dev/Sieve/Commands/Actions.js b/dev/Sieve/Commands/Actions.js index 8d301ec0c..d38f5bcc3 100644 --- a/dev/Sieve/Commands/Actions.js +++ b/dev/Sieve/Commands/Actions.js @@ -22,9 +22,9 @@ export class FileIntoCommand extends ActionCommand // QuotedString / MultiLine this._mailbox = new GrammarQuotedString(); // https://datatracker.ietf.org/doc/html/rfc3894 -// this.copy = false; + this.copy = false; // https://datatracker.ietf.org/doc/html/rfc5490#section-3.2 -// this.create = false; + this.create = false; } get require() { return 'fileinto'; } @@ -67,9 +67,9 @@ export class RedirectCommand extends ActionCommand // QuotedString / MultiLine this._address = new GrammarQuotedString(); // https://datatracker.ietf.org/doc/html/rfc3894 -// this.copy = false; + this.copy = false; // https://datatracker.ietf.org/doc/html/rfc6134#section-2.3 -// this.list = null; + this.list = null; } toString() diff --git a/dev/Sieve/Commands/Tests.js b/dev/Sieve/Commands/Tests.js index e5eb4a341..f566fadae 100644 --- a/dev/Sieve/Commands/Tests.js +++ b/dev/Sieve/Commands/Tests.js @@ -230,6 +230,7 @@ export class HeaderTest extends TestCommand constructor() { super(); + this.match_type = ':is'; this.address_part = ':all'; this.header_names = new GrammarStringList; this.key_list = new GrammarStringList; diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html index baf361342..58bcabdf4 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddFlagCommand.html @@ -1,4 +1,4 @@ addflag - + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html index f918b92a9..d77e6acfc 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/AddHeaderCommand.html @@ -1,5 +1,5 @@ addheader - - + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/CurrentDateTest.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/CurrentDateTest.html index c5826ceb9..34c643000 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Sieve/CurrentDateTest.html +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/CurrentDateTest.html @@ -1,5 +1,5 @@ currentdate - - + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/DateTest.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/DateTest.html index c053cf56d..9f623fc12 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Sieve/DateTest.html +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/DateTest.html @@ -1,9 +1,9 @@ date - + - - + + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html index 51d7439fb..2e76caa2a 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/DeleteHeaderCommand.html @@ -9,5 +9,5 @@ deleteheader - + diff --git a/snappymail/v/0.0.0/app/templates/Views/Sieve/ElsIfCommand.html b/snappymail/v/0.0.0/app/templates/Views/Sieve/ElsIfCommand.html index cd9556bc0..eb19c8138 100644 --- a/snappymail/v/0.0.0/app/templates/Views/Sieve/ElsIfCommand.html +++ b/snappymail/v/0.0.0/app/templates/Views/Sieve/ElsIfCommand.html @@ -1,11 +1,8 @@ elsif -