diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
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 <NotZed@Ximian.com> + + ** 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 <tml@novell.com> * Makefile.am: Link with all needed libraries. Use -no-undefined |