aboutsummaryrefslogtreecommitdiffstats
path: root/default_user/searches.xml
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-08-08 09:55:34 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-08-08 09:55:34 +0800
commit19f5c4472df77f2592abf7216f6350e3f6d55d3d (patch)
treed3d5b41f0bf5af85c6ae4395cde7b1330e3d7d00 /default_user/searches.xml
parent26cbf6cd5fb66c8c490bbb4d148b811139ec9210 (diff)
downloadgsoc2013-evolution-19f5c4472df77f2592abf7216f6350e3f6d55d3d.tar
gsoc2013-evolution-19f5c4472df77f2592abf7216f6350e3f6d55d3d.tar.gz
gsoc2013-evolution-19f5c4472df77f2592abf7216f6350e3f6d55d3d.tar.bz2
gsoc2013-evolution-19f5c4472df77f2592abf7216f6350e3f6d55d3d.tar.lz
gsoc2013-evolution-19f5c4472df77f2592abf7216f6350e3f6d55d3d.tar.xz
gsoc2013-evolution-19f5c4472df77f2592abf7216f6350e3f6d55d3d.tar.zst
gsoc2013-evolution-19f5c4472df77f2592abf7216f6350e3f6d55d3d.zip
So it turns out that I needed to name the recipient's part name to "to"
2001-08-07 Jeffrey Stedfast <fejj@ximian.com> * searches.xml: So it turns out that I needed to name the recipient's part name to "to" instead of "recipient" because they need to match whatever is in vfoldertypes.xml. I also changed the "type" to "address" which is what the vfoldertypes.xml specifies. Unfortunately, it's still not working? At least it's probably more correct now... svn path=/trunk/; revision=11759
Diffstat (limited to 'default_user/searches.xml')
-rw-r--r--default_user/searches.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/default_user/searches.xml b/default_user/searches.xml
index 6ff337bae5..5ab14c6bac 100644
--- a/default_user/searches.xml
+++ b/default_user/searches.xml
@@ -74,9 +74,9 @@
<rule grouping="any" source="demand">
<title>Recipients contain</title>
<partset>
- <part name="recipients">
+ <part name="to">
<value name="recipient-type" type="option" value="contains"/>
- <value name="recipient" type="string"/>
+ <value name="recipient" type="address"/>
</part>
</partset>
<sources/>