aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-02-23 00:22:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-02-23 00:22:27 +0800
commit0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff (patch)
tree85dd6846cead42f8d25398b644460c10849a9db5 /camel/ChangeLog
parent93a285353c8ee1052422a2d526434bc7c009f971 (diff)
downloadgsoc2013-evolution-0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff.tar
gsoc2013-evolution-0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff.tar.gz
gsoc2013-evolution-0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff.tar.bz2
gsoc2013-evolution-0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff.tar.lz
gsoc2013-evolution-0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff.tar.xz
gsoc2013-evolution-0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff.tar.zst
gsoc2013-evolution-0a3fde6ecdb3ee07ab13fcf5bdf39289bf2a07ff.zip
Remove the 'FIXME: remove because this isn't required...' comment for
2001-02-22 Jeffrey Stedfast <fejj@ximian.com> * camel-folder.h: Remove the 'FIXME: remove because this isn't required...' comment for copy_message_to since we now need and cherish its existance in the filter-driver code ;-) * camel-filter-driver.c (camel_filter_driver_filter_message): Now takes a UID and CamelFolder arguments (which can be NULL) to allow for possible optimizations when copying messages between folders on the same store. (camel_filter_driver_filter_mbox): Updated (passes NULL for both since this case can't be optimized anyway). (camel_filter_driver_filter_folder): Updated to pass in the uid and folder of the message. svn path=/trunk/; revision=8346
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index bfa6e7e0c3..97c4f23808 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,18 @@
+2001-02-22 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-folder.h: Remove the 'FIXME: remove because this isn't
+ required...' comment for copy_message_to since we now need and
+ cherish its existance in the filter-driver code ;-)
+
+ * camel-filter-driver.c (camel_filter_driver_filter_message): Now
+ takes a UID and CamelFolder arguments (which can be NULL) to allow
+ for possible optimizations when copying messages between folders
+ on the same store.
+ (camel_filter_driver_filter_mbox): Updated (passes NULL for both
+ since this case can't be optimized anyway).
+ (camel_filter_driver_filter_folder): Updated to pass in the uid
+ and folder of the message.
+
2001-02-22 Dan Winship <danw@ximian.com>
* providers/imap/camel-imap-summary.h (CAMEL_IMAP_SERVER_FLAGS):