mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +03:00
Get most valid Sieve scripts parsed properly
This commit is contained in:
parent
c254025d7a
commit
76ade5eac0
25 changed files with 175 additions and 71 deletions
|
|
@ -25,8 +25,9 @@ export class EnvironmentTest extends TestCommand
|
|||
toString()
|
||||
{
|
||||
return 'environment'
|
||||
+ (this.comparator ? ' :comparator ' + this.comparator : '')
|
||||
+ ' ' + this.match_type
|
||||
+ (this._comparator ? ' :comparator ' + this._comparator : '')
|
||||
+ (this._match_type ? ' ' + this._match_type : '')
|
||||
+ (this.relational_match ? ' ' + this.relational_match : '')
|
||||
+ ' ' + this._name
|
||||
+ ' ' + this.key_list;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue