aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-03-25 16:25:49 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-03-25 16:25:49 +0800
commit14c2e4a8132ced1091baaf9ce98111562735c718 (patch)
tree4faf3aacd637dce771c18459408c840d9032b699 /camel/ChangeLog
parent1190e292f4e32be10c45ffd92e36eb62e8592a53 (diff)
downloadgsoc2013-evolution-14c2e4a8132ced1091baaf9ce98111562735c718.tar
gsoc2013-evolution-14c2e4a8132ced1091baaf9ce98111562735c718.tar.gz
gsoc2013-evolution-14c2e4a8132ced1091baaf9ce98111562735c718.tar.bz2
gsoc2013-evolution-14c2e4a8132ced1091baaf9ce98111562735c718.tar.lz
gsoc2013-evolution-14c2e4a8132ced1091baaf9ce98111562735c718.tar.xz
gsoc2013-evolution-14c2e4a8132ced1091baaf9ce98111562735c718.tar.zst
gsoc2013-evolution-14c2e4a8132ced1091baaf9ce98111562735c718.zip
Don't use copy_to if the source folder doesn't support summary info's.
2001-03-25 Jeffrey Stedfast <fejj@ximian.com> * camel-filter-driver.c (do_copy): Don't use copy_to if the source folder doesn't support summary info's. (do_move): Same. (camel_filter_driver_filter_message): And again here. I think this will fix the problem of "colour" tags not staying with the message when it's copied to a folder during the filter process. svn path=/trunk/; revision=8925
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index eff0e3f1b0..fc6edd237a 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2001-03-25 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-filter-driver.c (do_copy): Don't use copy_to if the source
+ folder doesn't support summary info's.
+ (do_move): Same.
+ (camel_filter_driver_filter_message): And again here. I think
+ this will fix the problem of "colour" tags not staying with the
+ message when it's copied to a folder during the filter process.
+
2001-03-24 Jeffrey Stedfast <fejj@ximian.com>
* camel-sasl-digest-md5.c (digest_response): Do charset conversion