diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-29 17:45:59 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-29 17:45:59 +0800 |
commit | cd7969810436f5f4074736e72e6f68fac9469074 (patch) | |
tree | 7767882422251390ce1c9c06300bf662a2ffdc2b /mail/ChangeLog | |
parent | 1d8c2ddc164c6b4c90f58310b385655ccdd98667 (diff) | |
download | gsoc2013-evolution-cd7969810436f5f4074736e72e6f68fac9469074.tar.gz gsoc2013-evolution-cd7969810436f5f4074736e72e6f68fac9469074.tar.zst gsoc2013-evolution-cd7969810436f5f4074736e72e6f68fac9469074.zip |
Fixes a bug i can't find right now
2004-01-29 Not Zed <NotZed@Ximian.com>
* em-format-html-display.c (efhd_attachment_button): check the
snooped type for the icon/etc.
(efhd_format_attachment): save the snooped type in the
attach_puri.
* em-format-html.c (efh_text_plain): If we had a snooped type, use
that as the base type, rather than octet-stream, which will cause
an attachment in attachment loop.
* em-format.c (em_format_part_as): save the current snooped mime
type in a stack if we had any.
svn path=/trunk/; revision=24515
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 1151a322d7..adb87f4d10 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,19 @@ 2004-01-29 Not Zed <NotZed@Ximian.com> + * em-format-html-display.c (efhd_attachment_button): check the + snooped type for the icon/etc. + (efhd_format_attachment): save the snooped type in the + attach_puri. + + * em-format-html.c (efh_text_plain): If we had a snooped type, use + that as the base type, rather than octet-stream, which will cause + an attachment in attachment loop. + + * em-format.c (em_format_part_as): save the current snooped mime + type in a stack if we had any. + +2004-01-29 Not Zed <NotZed@Ximian.com> + ** See bug #53320 and probably others * message-list.c (message_list_set_folder): NULL out |