mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-01 21:49:21 +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
|
|
@ -40,7 +40,7 @@ export class AddressTest extends TestCommand
|
|||
this.header_list = new GrammarStringList;
|
||||
this.key_list = new GrammarStringList;
|
||||
// rfc5260#section-6
|
||||
this.index = new GrammarNumber;
|
||||
this.index = new GrammarNumber('');
|
||||
this.last = false;
|
||||
// rfc5703#section-6
|
||||
// this.mime
|
||||
|
|
@ -234,7 +234,7 @@ export class HeaderTest extends TestCommand
|
|||
this.header_names = new GrammarStringList;
|
||||
this.key_list = new GrammarStringList;
|
||||
// rfc5260#section-6
|
||||
this.index = new GrammarNumber;
|
||||
this.index = new GrammarNumber('');
|
||||
this.last = false;
|
||||
// rfc5703#section-6
|
||||
this.mime = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue