diff options
author | Dan Winship <danw@src.gnome.org> | 2001-08-14 22:14:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-08-14 22:14:55 +0800 |
commit | 28d41bb47413aa406c4c9f60044da646063a8966 (patch) | |
tree | e49a679e5d8f3c7f61283320e5eb55aa60fee0c0 /mail/ChangeLog | |
parent | 79ff3e5c24f9abc1ad5893ea660cf3b0f835c831 (diff) | |
download | gsoc2013-evolution-28d41bb47413aa406c4c9f60044da646063a8966.tar.gz gsoc2013-evolution-28d41bb47413aa406c4c9f60044da646063a8966.tar.zst gsoc2013-evolution-28d41bb47413aa406c4c9f60044da646063a8966.zip |
Fix the fix for #6722.
* folder-browser.c (message_list_drag_data_get): Fix the fix for
#6722.
* mail-ops.c (save_messages_save): Likewise.
(save_part_save): Deal with the possibility that
camel_mime_filter_charset_new_convert will return NULL (bad
charset name). Fixes #6611.
svn path=/trunk/; revision=12008
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 d30718d148..28eb0e73da 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,13 @@ +2001-08-14 Dan Winship <danw@ximian.com> + + * folder-browser.c (message_list_drag_data_get): Fix the fix for + #6722. + + * mail-ops.c (save_messages_save): Likewise. + (save_part_save): Deal with the possibility that + camel_mime_filter_charset_new_convert will return NULL (bad + charset name). Fixes #6611. + 2001-08-13 Jon Trowbridge <trow@ximian.com> * mail-search.c (mail_search_construct): Disable the "search |