aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-01 04:04:46 +0800
committerDan Winship <danw@src.gnome.org>2000-07-01 04:04:46 +0800
commit39361c665a62e68991e51a9c13c2b2074a130ed4 (patch)
tree4ee1bc049ec3bf8608f32159b209ac880589b02d /camel/ChangeLog
parent83387a7fddc83a28a04c7a649762474ac591b961 (diff)
downloadgsoc2013-evolution-39361c665a62e68991e51a9c13c2b2074a130ed4.tar
gsoc2013-evolution-39361c665a62e68991e51a9c13c2b2074a130ed4.tar.gz
gsoc2013-evolution-39361c665a62e68991e51a9c13c2b2074a130ed4.tar.bz2
gsoc2013-evolution-39361c665a62e68991e51a9c13c2b2074a130ed4.tar.lz
gsoc2013-evolution-39361c665a62e68991e51a9c13c2b2074a130ed4.tar.xz
gsoc2013-evolution-39361c665a62e68991e51a9c13c2b2074a130ed4.tar.zst
gsoc2013-evolution-39361c665a62e68991e51a9c13c2b2074a130ed4.zip
New function, to move a message from one folder to another. The default
* camel-folder.c (camel_folder_move_message_to): New function, to move a message from one folder to another. The default implementation just uses append_message and delete_message, but providers can implement more efficient versions for use when both folders are on the same store. svn path=/trunk/; revision=3832
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 8c8dedb695..00bdee683a 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,11 @@
+2000-06-30 Dan Winship <danw@helixcode.com>
+
+ * camel-folder.c (camel_folder_move_message_to): New function, to
+ move a message from one folder to another. The default
+ implementation just uses append_message and delete_message, but
+ providers can implement more efficient versions for use when both
+ folders are on the same store.
+
2000-06-29 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-folder.c (imap_expunge): Should now