- Fixed bug #1091, allowing filters to use 'urgency.over:4.5'.
This commit is contained in:
Paul Beckingham
2013-01-12 16:49:48 -05:00
parent 76468f3ddd
commit dd1f154376
7 changed files with 134 additions and 5 deletions

View File

@@ -97,7 +97,7 @@ static struct
{ "_hastag_", 9, 'b', 0, 'l'}, // +tag [Pseudo-op]
{ "_notag_", 9, 'b', 0, 'l'}, // -tag [Pseudo-op]
// { "-", 15, 'u', 1, 'r' }, // Unary minus
{ "-", 15, 'u', 1, 'r' }, // Unary minus
{ "*", 13, 'b', 1, 'l' }, // Multiplication
{ "/", 13, 'b', 1, 'l' }, // Division
// { "%", 13, 'b', 1, 'l' }, // Modulus