diff options
author | Not Zed <NotZed@Ximian.com> | 2005-01-17 17:00:28 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2005-01-17 17:00:28 +0800 |
commit | 5c440f07f1ef24cfa6013c57a8859f5636689ba8 (patch) | |
tree | 1b2f42cb09d1674c1778e44275b9b0422204aa91 /mail/ChangeLog | |
parent | f143158ccc1d6c5b98002f3020bc3b5695137f29 (diff) | |
download | gsoc2013-evolution-5c440f07f1ef24cfa6013c57a8859f5636689ba8.tar.gz gsoc2013-evolution-5c440f07f1ef24cfa6013c57a8859f5636689ba8.tar.zst gsoc2013-evolution-5c440f07f1ef24cfa6013c57a8859f5636689ba8.zip |
** Related to changes for #65178.
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.
svn path=/trunk/; revision=28417
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. |