aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2005-03-18 02:59:40 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2005-03-18 02:59:40 +0800
commitbc8b0ad9df8e8cd919b993b38a51fa114497300a (patch)
tree2d143e2bad7ceb6bfbe39427f35cbc12e45a14db /mail/ChangeLog
parentf316821f46181b2c5a9a9902b49a1c519828a6e2 (diff)
downloadgsoc2013-evolution-bc8b0ad9df8e8cd919b993b38a51fa114497300a.tar
gsoc2013-evolution-bc8b0ad9df8e8cd919b993b38a51fa114497300a.tar.gz
gsoc2013-evolution-bc8b0ad9df8e8cd919b993b38a51fa114497300a.tar.bz2
gsoc2013-evolution-bc8b0ad9df8e8cd919b993b38a51fa114497300a.tar.lz
gsoc2013-evolution-bc8b0ad9df8e8cd919b993b38a51fa114497300a.tar.xz
gsoc2013-evolution-bc8b0ad9df8e8cd919b993b38a51fa114497300a.tar.zst
gsoc2013-evolution-bc8b0ad9df8e8cd919b993b38a51fa114497300a.zip
Don't show multiple "Mailer" headers even if multiple
2005-03-16 Jeffrey Stedfast <fejj@novell.com> * em-format-html.c (efh_format_headers): Don't show multiple "Mailer" headers even if multiple x-mailer/user-agent/whatever headers exist. Fixes bug #70394. svn path=/trunk/; revision=29052
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 28917e7f64..aaee376408 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,9 @@
+2005-03-16 Jeffrey Stedfast <fejj@novell.com>
+
+ * em-format-html.c (efh_format_headers): Don't show multiple
+ "Mailer" headers even if multiple x-mailer/user-agent/whatever
+ headers exist. Fixes bug #70394.
+
2005-03-16 Not Zed <NotZed@Ximian.com>
** See bug #73363
@@ -29,6 +35,7 @@
* em-format-hook.c (emfh_format_format): if we are disabled, don't
invoke handler, try to invoke old handler if there was one.
+>>>>>>> 1.3608
2005-03-10 Not Zed <NotZed@Ximian.com>
** See bug #73293