aboutsummaryrefslogtreecommitdiffstats
path: root/default_user/searches.xml
Commit message (Collapse)AuthorAgeFilesLines
* Implement "Message Contains" (searches sender, recipients, subject, andPeter Williams2001-08-171-0/+23
| | | | | | | | | 2001-08-16 Peter Williams <peterw@ximian.com> * searches.xml: Implement "Message Contains" (searches sender, recipients, subject, and body) and make it first. svn path=/trunk/; revision=12134
* in default_user:Peter Williams2001-08-151-7/+7
| | | | | | | | | | | | | | | | 2001-08-14 Peter Williams <peterw@ximian.com> * searches.xml: Rename <title> to <_title> so that these fields can be translated. in filter: 2001-08-14 Peter Williams <peterw@ximian.com> * filter-rule.c (xml_decode): Match either "title" or "_title" to allow for translations of the title (provided in the default files) svn path=/trunk/; revision=12034
* So it turns out that I needed to name the recipient's part name to "to"Jeffrey Stedfast2001-08-081-2/+2
| | | | | | | | | | | | | 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
* Moved "Sender-contains" to the top of the list and added a RecipientJeffrey Stedfast2001-08-011-10/+22
| | | | | | | | | 2001-07-31 Jeffrey Stedfast <fejj@ximian.com> * searches.xml: Moved "Sender-contains" to the top of the list and added a Recipient contains item. This fixes bugs #4888 and #5668. svn path=/trunk/; revision=11528
* Added searches.xml to default user data.Not Zed2001-03-011-0/+73
2001-03-01 Not Zed <NotZed@Ximian.com> * Makefile.am: Added searches.xml to default user data. svn path=/trunk/; revision=8437