aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@novell.com>2004-05-14 02:04:57 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-05-14 02:04:57 +0800
commit11ec709d94cea06827785fe09d1760711939c7ef (patch)
tree9d8d82d314483c8a88737000bb60a7a5d22326e3 /mail/ChangeLog
parentc22062eb58d8b15321d9c0dcc3c3bf02574ecc19 (diff)
downloadgsoc2013-evolution-11ec709d94cea06827785fe09d1760711939c7ef.tar
gsoc2013-evolution-11ec709d94cea06827785fe09d1760711939c7ef.tar.gz
gsoc2013-evolution-11ec709d94cea06827785fe09d1760711939c7ef.tar.bz2
gsoc2013-evolution-11ec709d94cea06827785fe09d1760711939c7ef.tar.lz
gsoc2013-evolution-11ec709d94cea06827785fe09d1760711939c7ef.tar.xz
gsoc2013-evolution-11ec709d94cea06827785fe09d1760711939c7ef.tar.zst
gsoc2013-evolution-11ec709d94cea06827785fe09d1760711939c7ef.zip
Don't include the last default_header when setting the default headers. If
2004-05-13 Jeffrey Stedfast <fejj@novell.com> * em-format.c (em_format_default_headers): Don't include the last default_header when setting the default headers. If the user has configured Evolution to display the Mailer header, then it will be set in em-folder-view.c as appropriate when it checks the gconf settings. Fixes bug #58217. * em-mailer-prefs.c (em_mailer_prefs_construct): Default "x-evolution-mailer" header to disabled. svn path=/trunk/; revision=25903
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0196d30f3a..627debbc22 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,14 @@
2004-05-13 Jeffrey Stedfast <fejj@novell.com>
+ * em-format.c (em_format_default_headers): Don't include the last
+ default_header when setting the default headers. If the user has
+ configured Evolution to display the Mailer header, then it will be
+ set in em-folder-view.c as appropriate when it checks the gconf
+ settings. Fixes bug #58217.
+
+ * em-mailer-prefs.c (em_mailer_prefs_construct): Default
+ "x-evolution-mailer" header to disabled.
+
* em-format-quote.c (emfq_text_plain): Add a stripsig
filter. Fixes bug #52767.