diff options
author | Arik Devens <arik@src.gnome.org> | 2000-06-30 08:41:33 +0800 |
---|---|---|
committer | Arik Devens <arik@src.gnome.org> | 2000-06-30 08:41:33 +0800 |
commit | f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da (patch) | |
tree | 1a9bd098cd7b442c08ec8610fac8a1931807dea2 | |
parent | 66de89050fed92eb4ad979d193bf281ce8dddb67 (diff) | |
download | gsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.tar.gz gsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.tar.zst gsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.zip |
changed Cc to CC to be the same as the other CC rule
svn path=/trunk/; revision=3819
-rw-r--r-- | filter/ChangeLog | 6 | ||||
-rw-r--r-- | filter/vfoldertypes.xml | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/filter/ChangeLog b/filter/ChangeLog index 73a6fb4bb1..170b4b0ee0 100644 --- a/filter/ChangeLog +++ b/filter/ChangeLog @@ -1,4 +1,10 @@ 2000-06-29 Arik Devens <arik@helixcode.com> + + * vfoldertypes.xml (ruleset type="match"): Changed Cc to CC to be + the same as the other CC rule. None of this works however, cause + the CC code is not hooked up to camel... oh well ;-( + +2000-06-29 Arik Devens <arik@helixcode.com> * vfoldertypes.xml (ruleset type="match"): Added a Cc rule to vfolders. Works like To except on the Cc of a message ;-) diff --git a/filter/vfoldertypes.xml b/filter/vfoldertypes.xml index ba250d4512..e00118985f 100644 --- a/filter/vfoldertypes.xml +++ b/filter/vfoldertypes.xml @@ -16,7 +16,7 @@ </rule> <rule name="cc-address-other"> <code> - (match-all (header-contains "Cc" ${receipient})) + (match-all (header-contains "CC" ${receipient})) </code> <description lang="en">The Cc address matches <source type="address" name="receipient">receipients</source>.</description> </rule> |