aboutsummaryrefslogtreecommitdiffstats
path: root/filter/vfoldertypes.xml
diff options
context:
space:
mode:
authorJason Leach <jleach@ximian.com>2001-07-11 20:22:31 +0800
committerJacob Leach <jleach@src.gnome.org>2001-07-11 20:22:31 +0800
commit0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82 (patch)
tree90c77abb958e80dd9a9576cd76018d3dc66362c2 /filter/vfoldertypes.xml
parent9a7ee7b9a4859a597c04f66a99e1a0517a2b4ed1 (diff)
downloadgsoc2013-evolution-0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82.tar
gsoc2013-evolution-0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82.tar.gz
gsoc2013-evolution-0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82.tar.bz2
gsoc2013-evolution-0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82.tar.lz
gsoc2013-evolution-0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82.tar.xz
gsoc2013-evolution-0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82.tar.zst
gsoc2013-evolution-0dd6f197758061a2ed2ba8c8dfeaaa7ede818a82.zip
Copied the "Attachments" rule part over from filtertypes.xml, would be a
2001-07-11 Jason Leach <jleach@ximian.com> * vfoldertypes.xml: Copied the "Attachments" rule part over from filtertypes.xml, would be a powerful feature for vfolders (see all the patches across all folders, or all the attachments you've sent, without having to duplicate potentially big files, blah blah, bug #1155). svn path=/trunk/; revision=10996
Diffstat (limited to 'filter/vfoldertypes.xml')
-rw-r--r--filter/vfoldertypes.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml
index 174810b395..73625ef25c 100644
--- a/filter/vfoldertypes.xml
+++ b/filter/vfoldertypes.xml
@@ -291,6 +291,24 @@
</input>
</part>
+ <part name="attachments">
+ <title>Attachments</title>
+ <input type="optionlist" name="match-type">
+ <option value="exist">
+ <title>Exist</title>
+ <code>
+ (match-all (system-flag "Attachments"))
+ </code>
+ </option>
+ <option value="not exist">
+ <title>Do Not Exist</title>
+ <code>
+ (match-all (not (system-flag "Attachments")))
+ </code>
+ </option>
+ </input>
+ </part>
+
<part name="mlist">
<title>Mailing list</title>
<input type="optionlist" name="mlist-type">