diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-24 04:59:29 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-24 04:59:29 +0800 |
commit | 3185a971257950fafe7d4f5c5cb41ce0b18b60e4 (patch) | |
tree | 03237e22ccc73df4825a97cc7dc44ce13e13cdd4 /mail/ChangeLog | |
parent | b37ec6dbdfb25c455442bf60598e0931c157b130 (diff) | |
download | gsoc2013-evolution-3185a971257950fafe7d4f5c5cb41ce0b18b60e4.tar.gz gsoc2013-evolution-3185a971257950fafe7d4f5c5cb41ce0b18b60e4.tar.zst gsoc2013-evolution-3185a971257950fafe7d4f5c5cb41ce0b18b60e4.zip |
Fix for bug #54057
2004-02-23 Jeffrey Stedfast <fejj@ximian.com>
Fix for bug #54057
* em-utils.c (em_utils_folder_is_sent): Use provider->url_equal()
rather than camel_store_uri_cmp() since that function did not do
anything close to what it claimed to do. Also use
em_uri_to_camel() here on the account sent_folder_uri.
(em_utils_folder_is_drafts): Same.
svn path=/trunk/; revision=24837
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8c46a6e0a8..123419220e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,15 @@ 2004-02-23 Jeffrey Stedfast <fejj@ximian.com> + Fix for bug #54057 + + * em-utils.c (em_utils_folder_is_sent): Use provider->url_equal() + rather than camel_store_uri_cmp() since that function did not do + anything close to what it claimed to do. Also use + em_uri_to_camel() here on the account sent_folder_uri. + (em_utils_folder_is_drafts): Same. + +2004-02-23 Jeffrey Stedfast <fejj@ximian.com> + * em-message-browser.c (emmb_list_message_selected): Protect against NULL uids. (emmb_set_message): Same. |