diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-05-21 05:37:16 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-05-21 05:37:16 +0800 |
commit | 4939e31d9370d63e673824100c2b62f74a7d2324 (patch) | |
tree | 50042c953965e3eac13cc7ceb0748e48b6b5a772 /mail/ChangeLog | |
parent | f6f4b2b48c857b4d08e1f1f85f15e0d1ff55e824 (diff) | |
download | gsoc2013-evolution-4939e31d9370d63e673824100c2b62f74a7d2324.tar gsoc2013-evolution-4939e31d9370d63e673824100c2b62f74a7d2324.tar.gz gsoc2013-evolution-4939e31d9370d63e673824100c2b62f74a7d2324.tar.bz2 gsoc2013-evolution-4939e31d9370d63e673824100c2b62f74a7d2324.tar.lz gsoc2013-evolution-4939e31d9370d63e673824100c2b62f74a7d2324.tar.xz gsoc2013-evolution-4939e31d9370d63e673824100c2b62f74a7d2324.tar.zst gsoc2013-evolution-4939e31d9370d63e673824100c2b62f74a7d2324.zip |
Only get the contents of a mime part if it is marked as "inline". Fixes
2002-05-20 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (mail_get_message_body): Only get the contents of
a mime part if it is marked as "inline". Fixes bug #7527.
svn path=/trunk/; revision=16957
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9f3919a0d5..d72ede0aea 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2002-05-20 Jeffrey Stedfast <fejj@ximian.com> + * mail-format.c (mail_get_message_body): Only get the contents of + a mime part if it is marked as "inline". Fixes bug #7527. + * mail-display.c (mail_display_render): Fixed the "Overdue:" string to not contain any HTML tags. |