mirror of
https://github.com/Biarity/Sieve.git
synced 2025-08-17 22:55:32 +02:00
Allow case insensitive not equals operator
This commit is contained in:
@@ -13,6 +13,7 @@ namespace Sieve.Models
|
||||
private static readonly string[] Operators = new string[] {
|
||||
"!@=*",
|
||||
"!_=*",
|
||||
"!=*",
|
||||
"!@=",
|
||||
"!_=",
|
||||
"==*",
|
||||
|
Reference in New Issue
Block a user