From d6fdf08d681d4db1687705e2d19e6c1db1acf5e4 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 7 Jul 2000 16:08:34 +0000 Subject: sync this to filtertypes.xml (to/cc thing) * vfoldertypes.xml: sync this to filtertypes.xml (to/cc thing) svn path=/trunk/; revision=3945 --- filter/vfoldertypes.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'filter/vfoldertypes.xml') diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml index 13e2ebd96a..537cbf9331 100644 --- a/filter/vfoldertypes.xml +++ b/filter/vfoldertypes.xml @@ -10,15 +10,10 @@ - (match-all (header-contains "To" ${recipient})) + (match-all (or (header-contains "To" ${recipient}) + (header-contains "Cc" ${recipient}))) - The To address matches recipients. - - - - (match-all (header-contains "CC" ${recipient})) - - The Cc address matches recipients. + The To or Cc address matches recipients. @@ -27,6 +22,7 @@ The Subject contains words. + (match-all (body-contains ${words})) -- cgit v1.2.3