From 6cfd18ee1c0ac3ba06fdf1341e97bc8a6acd05ad Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 5 Jul 2000 18:01:00 +0000 Subject: Fix typos and update the "to-address" rule to match To or Cc. Fix typos. * filtertypes.xml: Fix typos and update the "to-address" rule to match To or Cc. * vfoldertypes.xml: Fix typos. svn path=/trunk/; revision=3889 --- filter/vfoldertypes.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'filter/vfoldertypes.xml') diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml index e00118985f..13e2ebd96a 100644 --- a/filter/vfoldertypes.xml +++ b/filter/vfoldertypes.xml @@ -10,15 +10,15 @@ - (match-all (header-contains "To" ${receipient})) + (match-all (header-contains "To" ${recipient})) - The To address matches receipients. + The To address matches recipients. - (match-all (header-contains "CC" ${receipient})) + (match-all (header-contains "CC" ${recipient})) - The Cc address matches receipients. + The Cc address matches recipients. @@ -48,7 +48,7 @@ (match-all (not (header-contains "To" ${self-email}))) - I am the receipient. + I am the recipient. -- cgit v1.2.3