diff options
author | Not Zed <NotZed@HelixCode.com> | 2001-01-06 10:25:04 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2001-01-06 10:25:04 +0800 |
commit | 7404de7250e09e94cd369df5a389400fee7d181b (patch) | |
tree | 9490875308a6d443fb88827998bb875e379c7616 /camel/ChangeLog | |
parent | 40432fa8e1d493a7ab305b81dcfbd05dfddaea6e (diff) | |
download | gsoc2013-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/ChangeLog | 8 |
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 |