aboutsummaryrefslogtreecommitdiffstats
path: root/filter
diff options
context:
space:
mode:
authorArik Devens <arik@src.gnome.org>2000-06-30 08:41:33 +0800
committerArik Devens <arik@src.gnome.org>2000-06-30 08:41:33 +0800
commitf5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da (patch)
tree1a9bd098cd7b442c08ec8610fac8a1931807dea2 /filter
parent66de89050fed92eb4ad979d193bf281ce8dddb67 (diff)
downloadgsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.tar
gsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.tar.gz
gsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.tar.bz2
gsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.tar.lz
gsoc2013-evolution-f5fa17c2d0a2069e25d0b49aaf5fd4e8ea8dc4da.tar.xz
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
Diffstat (limited to 'filter')
-rw-r--r--filter/ChangeLog6
-rw-r--r--filter/vfoldertypes.xml2
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>