mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Improved Sieve Script editor with lists of available Actions, Controls and Tests
This commit is contained in:
parent
ff9a89380c
commit
f47eb61aee
14 changed files with 269 additions and 164 deletions
|
|
@ -3,14 +3,14 @@
|
|||
*/
|
||||
|
||||
import {
|
||||
GrammarCommand,
|
||||
ActionCommand,
|
||||
GrammarQuotedString,
|
||||
GrammarString,
|
||||
GrammarStringList,
|
||||
TestCommand
|
||||
} from 'Sieve/Grammar';
|
||||
|
||||
class FlagCommand extends GrammarCommand
|
||||
class FlagCommand extends ActionCommand
|
||||
{
|
||||
constructor()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue