aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml27
1 files changed, 0 insertions, 27 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index bca26ca0b3..58252dabf9 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -16,18 +16,6 @@
(match-all (not (header-contains "From" ${sender})))
</code>
</option>
- <option value="is">
- <title>is</title>
- <code>
- (match-all (header-matches "From" ${sender}))
- </code>
- </option>
- <option value="is not">
- <title>is not</title>
- <code>
- (match-all (not (header-matches "From" ${sender})))
- </code>
- </option>
<option value="starts with">
<title>starts with</title>
<code>
@@ -86,21 +74,6 @@
(header-contains "Cc" ${recipient}))))
</code>
</option>
- <option value="is">
- <title>is</title>
- <code>
- (match-all (or (header-matches "To" ${recipient})
- (header-matches "Cc" ${recipient})))
- </code>
- </option>
- <option value="is not">
- <title>is not</title>
- <code>
- (match-all (not (or
- (header-matches "To" ${recipient})
- (header-matches "Cc" ${recipient}))))
- </code>
- </option>
<option value="starts with">
<title>starts with</title>
<code>