aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2001-01-06 10:25:04 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-01-06 10:25:04 +0800
commit7404de7250e09e94cd369df5a389400fee7d181b (patch)
tree9490875308a6d443fb88827998bb875e379c7616 /camel/ChangeLog
parent40432fa8e1d493a7ab305b81dcfbd05dfddaea6e (diff)
downloadgsoc2013-evolution-7404de7250e09e94cd369df5a389400fee7d181b.tar
gsoc2013-evolution-7404de7250e09e94cd369df5a389400fee7d181b.tar.gz
gsoc2013-evolution-7404de7250e09e94cd369df5a389400fee7d181b.tar.bz2
gsoc2013-evolution-7404de7250e09e94cd369df5a389400fee7d181b.tar.lz
gsoc2013-evolution-7404de7250e09e94cd369df5a389400fee7d181b.tar.xz
gsoc2013-evolution-7404de7250e09e94cd369df5a389400fee7d181b.tar.zst
gsoc2013-evolution-7404de7250e09e94cd369df5a389400fee7d181b.zip
Dont try and unref a messageinfo that wasn't there, and use the right free
2001-01-06 Not Zed <NotZed@HelixCode.com> * providers/vee/camel-vee-folder.c (vee_folder_build_folder): Dont try and unref a messageinfo that wasn't there, and use the right free function too. Modified patch from Iain. (vee_move_message_to): New method, call the real folders' move_message_to method. svn path=/trunk/; revision=7278
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 90ab2c8269..4e70ef551d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,11 @@
+2001-01-06 Not Zed <NotZed@HelixCode.com>
+
+ * providers/vee/camel-vee-folder.c (vee_folder_build_folder): Dont
+ try and unref a messageinfo that wasn't there, and use the right
+ free function too. Modified patch from Iain.
+ (vee_move_message_to): New method, call the real folders'
+ move_message_to method.
+
2001-01-04 JP Rosevear <jpr@helixcode.com>
* tests/lib/Makefile.am: fix includes for compilation