aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index c6bed96797..cf7fd3c35d 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -174,7 +174,7 @@
<option value="is not">
<title>is not</title>
<code>
- (match-all (not (header-matches "Subject" ${subject}))
+ (match-all (not (header-matches "Subject" ${subject})))
</code>
</option>
<option value="starts with">
@@ -198,7 +198,7 @@
<option value="not ends with">
<title>does not end with</title>
<code>
- (match-all (not (header-ends-with "Subject" ${subject}))
+ (match-all (not (header-ends-with "Subject" ${subject})))
</code>
</option>
<option value="matches soundex">
@@ -242,7 +242,7 @@
<option value="is not">
<title>is not</title>
<code>
- (match-all (not (header-matches ${header-field} ${word}))
+ (match-all (not (header-matches ${header-field} ${word})))
</code>
</option>
<option value="starts with">
@@ -254,7 +254,7 @@
<option value="not starts with">
<title>does not start with</title>
<code>
- (match-all (not (header-starts-with ${header-field} ${word}))
+ (match-all (not (header-starts-with ${header-field} ${word})))
</code>
</option>
<option value="ends with">
@@ -266,7 +266,7 @@
<option value="not ends with">
<title>does not end with</title>
<code>
- (match-all (not (header-ends-with ${header-field} ${word}))
+ (match-all (not (header-ends-with ${header-field} ${word})))
</code>
</option>
<option value="exists">