aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index 38723dbf98..925593e402 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -28,7 +28,6 @@
(match-all (not (header-matches "From" ${sender})))
</code>
</option>
-
<option value="starts with">
<title>starts with</title>
<code>
@@ -53,13 +52,13 @@
(match-all (not (header-ends-with "From" ${sender})))
</code>
</option>
- <option value="matches regex">
+ <option value="matches regex" type="regex">
<title>matches regex</title>
<code>
(match-all (header-regex "From" ${sender}))
</code>
</option>
- <option value="not match regex">
+ <option value="not match regex" type="regex">
<title>does not match regex</title>
<code>
(match-all (not (header-regex "From" ${sender})))