aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-02-13 06:08:05 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-02-13 06:08:05 +0800
commitb493c854eaf091ddb5654631f5c13f74be669686 (patch)
tree379bbf998c26bacd9bcfeee82046ce96326c8895 /filter/filtertypes.xml
parentcfb7f58d26e2428627b50adb168b62c9772ef746 (diff)
downloadgsoc2013-evolution-b493c854eaf091ddb5654631f5c13f74be669686.tar
gsoc2013-evolution-b493c854eaf091ddb5654631f5c13f74be669686.tar.gz
gsoc2013-evolution-b493c854eaf091ddb5654631f5c13f74be669686.tar.bz2
gsoc2013-evolution-b493c854eaf091ddb5654631f5c13f74be669686.tar.lz
gsoc2013-evolution-b493c854eaf091ddb5654631f5c13f74be669686.tar.xz
gsoc2013-evolution-b493c854eaf091ddb5654631f5c13f74be669686.tar.zst
gsoc2013-evolution-b493c854eaf091ddb5654631f5c13f74be669686.zip
Re-added contains and not-contains. Also added filter/vfolder rules for
2002-02-12 Jeffrey Stedfast <fejj@ximian.com> * vfoldertypes.xml: * filtertypes.xml: Re-added contains and not-contains. Also added filter/vfolder rules for Flag-for-Followup. svn path=/trunk/; revision=15694
Diffstat (limited to 'filter/filtertypes.xml')
-rw-r--r--filter/filtertypes.xml19
1 files changed, 18 insertions, 1 deletions
diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml
index fe71153517..1c2aa47bc5 100644
--- a/filter/filtertypes.xml
+++ b/filter/filtertypes.xml
@@ -414,7 +414,6 @@
<input type="score" name="versus"/>
</part>
-
<part name="size">
<title>Size (kB)</title>
<input type="optionlist" name="size-type">
@@ -466,6 +465,24 @@
</input>
</part>
+ <part name="follow-up">
+ <title>Follow Up</title>
+ <input type="optionlist" name="match-type">
+ <option value="is">
+ <title>is Flagged</title>
+ <code>
+ (match-all (user-tag "follow-up"))
+ </code>
+ </option>
+ <option value="is not">
+ <title>is not Flagged</title>
+ <code>
+ (match-all (not (user-tag "follow-up")))
+ </code>
+ </option>
+ </input>
+ </part>
+
<part name="attachments">
<title>Attachments</title>
<input type="optionlist" name="match-type">