diff options
-rw-r--r-- | default_user/ChangeLog | 9 | ||||
-rw-r--r-- | default_user/searches.xml | 4 |
2 files changed, 11 insertions, 2 deletions
diff --git a/default_user/ChangeLog b/default_user/ChangeLog index 0c1bc8fa74..95c5717429 100644 --- a/default_user/ChangeLog +++ b/default_user/ChangeLog @@ -1,3 +1,12 @@ +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... + 2001-07-31 Jeffrey Stedfast <fejj@ximian.com> * searches.xml: Moved "Sender-contains" to the top of the list and 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/> |