mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
Fix some Sieve parser issues
This commit is contained in:
parent
62639acc5a
commit
f3935b1df4
3 changed files with 6 additions and 5 deletions
|
|
@ -18,9 +18,9 @@ import {
|
|||
*/
|
||||
export class ConditionalCommand extends ControlCommand
|
||||
{
|
||||
constructor()
|
||||
constructor(identifier)
|
||||
{
|
||||
super();
|
||||
super(identifier);
|
||||
this.test = null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue