aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfoldertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-13 04:14:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-13 04:14:11 +0800
commit54fca5162ad06b40e2d161ba93e845d9fc271fbb (patch)
treeacc2a16902ff7338665d6c55d1102a4d46dc6ece /filter/vfoldertypes.xml
parent3ab71d197466ac576bfccbabca86d879880a189f (diff)
downloadgsoc2013-evolution-54fca5162ad06b40e2d161ba93e845d9fc271fbb.tar
gsoc2013-evolution-54fca5162ad06b40e2d161ba93e845d9fc271fbb.tar.gz
gsoc2013-evolution-54fca5162ad06b40e2d161ba93e845d9fc271fbb.tar.bz2
gsoc2013-evolution-54fca5162ad06b40e2d161ba93e845d9fc271fbb.tar.lz
gsoc2013-evolution-54fca5162ad06b40e2d161ba93e845d9fc271fbb.tar.xz
gsoc2013-evolution-54fca5162ad06b40e2d161ba93e845d9fc271fbb.tar.zst
gsoc2013-evolution-54fca5162ad06b40e2d161ba93e845d9fc271fbb.zip
Re-added contains and not-contains.
2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * filtertypes.xml: Re-added contains and not-contains. svn path=/trunk/; revision=15687
Diffstat (limited to 'filter/vfoldertypes.xml')
-rw-r--r--filter/vfoldertypes.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml
index 2aa479d3d0..b3e92dd79a 100644
--- a/filter/vfoldertypes.xml
+++ b/filter/vfoldertypes.xml
@@ -318,6 +318,14 @@
<title>is not</title>
<code>(match-all (not (header-matches "x-camel-mlist" ${mlist})))</code>
</option>
+ <option value="contains">
+ <title>contains</title>
+ <code>(match-all (header-contains "x-camel-mlist" ${mlist}))</code>
+ </option>
+ <option value="not contains">
+ <title>does not contain</title>
+ <code>(match-all (not (header-contains "x-camel-mlist" ${mlist})))</code>
+ </option>
</input>
<input type="string" name="mlist"/>
</part>