From e14a0019e799ea6c91ca6320ab0ca6c3c89dc7b6 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Wed, 10 Aug 2005 02:04:31 +0000 Subject: ** See #312715. 2005-08-09 Not Zed ** See #312715. * em-folder-tree.c (emft_drop_folder_rec): removed. (emft_drop_folder): call em_folder_utils_copy_folders to perform the operation rather than: doing it sync when it shouldn't be, and 2; copying code redundantly. * em-folder-utils.c (em_folder_utils_move_folder): remove this redundant api. (em_folder_utils_copy_folder): add delete flag. (em_folder_utils_copy_folders): export this function. fix strange argument order. svn path=/trunk/; revision=30066 --- mail/ChangeLog | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index f26a7ac6a1..33439d45b7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,18 @@ +2005-08-09 Not Zed + + ** See #312715. + + * em-folder-tree.c (emft_drop_folder_rec): removed. + (emft_drop_folder): call em_folder_utils_copy_folders to perform + the operation rather than: doing it sync when it shouldn't be, and + 2; copying code redundantly. + + * em-folder-utils.c (em_folder_utils_move_folder): remove this + redundant api. + (em_folder_utils_copy_folder): add delete flag. + (em_folder_utils_copy_folders): export this function. fix strange + argument order. + 2005-08-10 Tor Lillqvist * Makefile.am: Link with all needed libraries. Use -no-undefined -- cgit v1.2.3