mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Prepare some Sieve restructuring for GUI
This commit is contained in:
parent
37bb9a9a97
commit
ff9a89380c
15 changed files with 259 additions and 194 deletions
|
|
@ -5,10 +5,10 @@
|
|||
import {
|
||||
GrammarQuotedString,
|
||||
GrammarString,
|
||||
GrammarTest
|
||||
TestCommand
|
||||
} from 'Sieve/Grammar';
|
||||
|
||||
export class SpamTestTest extends GrammarTest
|
||||
export class SpamTestTest extends TestCommand
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
|
|
@ -41,7 +41,7 @@ export class SpamTestTest extends GrammarTest
|
|||
}
|
||||
}
|
||||
|
||||
export class VirusTestTest extends GrammarTest
|
||||
export class VirusTestTest extends TestCommand
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue