diff options
author | Dan Winship <danw@src.gnome.org> | 2001-06-16 00:55:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-06-16 00:55:10 +0800 |
commit | b461c51f7c9c42d5933572a7c565462c252760c9 (patch) | |
tree | 0207b7cc1754b74b2c8cb6882291bb24e0d91897 /mail/ChangeLog | |
parent | ad95c6e7b205cabbed6e2ede170f6da02e8521d7 (diff) | |
download | gsoc2013-evolution-b461c51f7c9c42d5933572a7c565462c252760c9.tar.gz gsoc2013-evolution-b461c51f7c9c42d5933572a7c565462c252760c9.tar.zst gsoc2013-evolution-b461c51f7c9c42d5933572a7c565462c252760c9.zip |
We can't output "<html>" and "</html>" here because it gets called
* mail-format.c (mail_format_mime_message): We can't output
"<html>" and "</html>" here because it gets called recursively to
display message/rfc822 subparts.
* mail-display.c (mail_display_redisplay): Move rodo's html header
changes from mail_format_mime_message to here.
svn path=/trunk/; revision=10252
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d730844a94..672fb860fe 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-06-15 Dan Winship <danw@ximian.com> + + * mail-format.c (mail_format_mime_message): We can't output + "<html>" and "</html>" here because it gets called recursively to + display message/rfc822 subparts. + + * mail-display.c (mail_display_redisplay): Move rodo's html header + changes from mail_format_mime_message to here. + 2001-06-14 Jeffrey Stedfast <fejj@ximian.com> * folder-browser.c (got_folder): Updated to reflect changes to |