aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filtertypes.xml
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create taggnomemm-1_1_11nobody2000-08-221-177/+0
| | | | | | 'gnomemm-1_1_11'. svn path=/tags/gnomemm-1_1_11/; revision=4958
* Allow filtering / vfoldering based on time or datePeter Williams2000-08-161-0/+72
| | | | svn path=/trunk/; revision=4843
* ** Almost a total rewrite of every file, except for filter-driver whichNot Zed2000-07-301-107/+102
| | | | | | | | | | | 2000-07-30 Not Zed <NotZed@HelixCode.com> ** Almost a total rewrite of every file, except for filter-driver which just had minor updates. The rule format has changed. svn path=/trunk/; revision=4418
* add a "string" typeDan Winship2000-07-101-3/+3
| | | | | | | | | | | | | | * filter-xml.[ch]: add a "string" type * filtertype.xml, vfoldertypes.xml: Use type="string" rather than "folder" for subject/body matching. * filter-arg-types.c: Update some strings for "text" input. Fix some warnings (including one that pointed out a real bug). * filter-arg.c, filter-druid.c, filter-format.c: fix warnings svn path=/trunk/; revision=4025
* Fix typos and update the "to-address" rule to match To or Cc. Fix typos.Dan Winship2000-07-061-3/+4
| | | | | | | | * filtertypes.xml: Fix typos and update the "to-address" rule to match To or Cc. * vfoldertypes.xml: Fix typos. svn path=/trunk/; revision=3889
* And here too.Not Zed2000-05-311-0/+15
| | | | | | | | | | | 2000-05-30 Not Zed <NotZed@HelixCode.com> * filtertypes.xml: And here too. * vfoldertypes.xml: Add body-contains and not-body-contains types. svn path=/trunk/; revision=3306
* Initial filter rules.Michael Zucci2000-05-171-0/+94
* filtertypes.xml: Initial filter rules. * filter-xml.c (filter_write_optionset): Save the description also. (write_description): Routine to save description - only saves 1 node of description. * filter-arg.c (filter_arg_edit_clicked): Dont free edata here, let the destroy do it(?) svn path=/trunk/; revision=3098