diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index a7adecd251..7b8809f848 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2005-01-14 Not Zed <NotZed@Ximian.com> + + ** Related to changes for #65178. + + * mail-vfolder.c (mv_find_folder): changed from my_list_find, take + store arg and use camel_Store_Folder_uri_equal() instead of wrong + uri_cmp function. + (mail_vfolder_delete_uri): same. + (mail_vfolder_rename_uri): same. + (uri_is_ignore): take store arg, and same as above. use the right + uri for checking sent folder. + (mail_vfolder_*): convert to storing uri's in camel form. + 2005-01-13 Not Zed <NotZed@Ximian.com> ** See bug #71029. |