mirror of
https://github.com/Biarity/Sieve.git
synced 2025-07-27 04:33:23 +02:00
Fix #15
This commit is contained in:
@@ -14,10 +14,10 @@ namespace Sieve.Models
|
|||||||
"_=*",
|
"_=*",
|
||||||
"==",
|
"==",
|
||||||
"!=",
|
"!=",
|
||||||
">",
|
|
||||||
"<",
|
|
||||||
">=",
|
">=",
|
||||||
"<=",
|
"<=",
|
||||||
|
">",
|
||||||
|
"<",
|
||||||
"@=",
|
"@=",
|
||||||
"_="
|
"_="
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user