From 0f0ab78afdfcf9aa7d8493aab235ff36a9c19a63 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 31 May 2000 02:19:20 +0000 Subject: And here too. 2000-05-30 Not Zed * filtertypes.xml: And here too. * vfoldertypes.xml: Add body-contains and not-body-contains types. svn path=/trunk/; revision=3306 --- filter/ChangeLog | 7 +++++++ filter/filtertypes.xml | 15 +++++++++++++++ filter/vfoldertypes.xml | 12 ++++++++++++ 3 files changed, 34 insertions(+) diff --git a/filter/ChangeLog b/filter/ChangeLog index cb9562d284..cd7acabaee 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,3 +1,10 @@ +2000-05-30 Not Zed + + * filtertypes.xml: And here too. + + * vfoldertypes.xml: Add body-contains and not-body-contains + types. + 2000-05-27 Not Zed * vfoldertypes.xml: New file - lists rules appropriate for diff --git a/filter/filtertypes.xml b/filter/filtertypes.xml index f93a7b9c35..034164bb0f 100644 --- a/filter/filtertypes.xml +++ b/filter/filtertypes.xml @@ -22,6 +22,13 @@ The Subject contains words. + + + (match-all (body-contains ${words})) + + The body contains words. + + (match-all (header-contains "CC" ${self-email})) @@ -72,6 +79,14 @@ When I am the receipient. + + + + (match-all (not (body-contains ${words}))) + + The body does not contain words. + + diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml index bb12220d31..505a5948e1 100644 --- a/filter/vfoldertypes.xml +++ b/filter/vfoldertypes.xml @@ -21,6 +21,12 @@ The Subject contains words. + + + (match-all (body-contains ${words})) + + The body contains words. + @@ -38,6 +44,12 @@ I am the receipient. + + + (match-all (not (body-contains ${words}))) + + The body does not contain words. + -- cgit v1.2.3