aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-08 03:30:17 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-08 03:30:17 +0800
commit299f6f642e8cda990b50ade6a43c702905d0c59d (patch)
tree5b189b9f732c8d8fac0c0e34a8fbb87f8622f282 /filter/filtertypes.xml
parent233aa53aefe06bb717f2e5d93107e9408172d464 (diff)
downloadgsoc2013-evolution-299f6f642e8cda990b50ade6a43c702905d0c59d.tar
gsoc2013-evolution-299f6f642e8cda990b50ade6a43c702905d0c59d.tar.gz
gsoc2013-evolution-299f6f642e8cda990b50ade6a43c702905d0c59d.tar.bz2
gsoc2013-evolution-299f6f642e8cda990b50ade6a43c702905d0c59d.tar.lz
gsoc2013-evolution-299f6f642e8cda990b50ade6a43c702905d0c59d.tar.xz
gsoc2013-evolution-299f6f642e8cda990b50ade6a43c702905d0c59d.tar.zst
gsoc2013-evolution-299f6f642e8cda990b50ade6a43c702905d0c59d.zip
Removed the "is" and "is not" rules from the xml file for address matching
2001-08-07 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Removed the "is" and "is not" rules from the xml file for address matching because users are easily confused. svn path=/trunk/; revision=11737
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>