diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-25 08:51:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-25 08:51:10 +0800 |
commit | e877791d816307b359d73732345f0e2164c49f4a (patch) | |
tree | 5bd2697dd4bd6c6d952ad8a3690c8580da790317 /mail/ChangeLog | |
parent | 0f9a7b1c32e4546e4990c40a27be55a8950e4c7c (diff) | |
download | gsoc2013-evolution-e877791d816307b359d73732345f0e2164c49f4a.tar gsoc2013-evolution-e877791d816307b359d73732345f0e2164c49f4a.tar.gz gsoc2013-evolution-e877791d816307b359d73732345f0e2164c49f4a.tar.bz2 gsoc2013-evolution-e877791d816307b359d73732345f0e2164c49f4a.tar.lz gsoc2013-evolution-e877791d816307b359d73732345f0e2164c49f4a.tar.xz gsoc2013-evolution-e877791d816307b359d73732345f0e2164c49f4a.tar.zst gsoc2013-evolution-e877791d816307b359d73732345f0e2164c49f4a.zip |
Fix to not always return NULL for html parts, doh!.
2001-10-24 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (mail_get_message_body): Fix to not always return
NULL for html parts, doh!.
svn path=/trunk/; revision=14081
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index cb019d7ef8..b4bcdd7b86 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2001-10-24 Jeffrey Stedfast <fejj@ximian.com> + + * mail-format.c (mail_get_message_body): Fix to not always return + NULL for html parts, doh!. + 2001-10-24 <NotZed@Ximian.com> * folder-browser-ui.c (ui_add): |