diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-03-12 00:14:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-03-12 00:14:23 +0800 |
commit | 2dab41615b9ed522ab0587681b1f875ab20d1607 (patch) | |
tree | ea408ea200fb684bc35709d3826b8c3773af23b9 /mail/ChangeLog | |
parent | fff0d518420ca7ea8cd97014eb547120174c4a4e (diff) | |
download | gsoc2013-evolution-2dab41615b9ed522ab0587681b1f875ab20d1607.tar.gz gsoc2013-evolution-2dab41615b9ed522ab0587681b1f875ab20d1607.tar.zst gsoc2013-evolution-2dab41615b9ed522ab0587681b1f875ab20d1607.zip |
Fixed a bug where txt wasn't being properly initialised in all cases for
2004-03-11 Jeffrey Stedfast <fejj@ximian.com>
* em-format-html.c (efh_format_header): Fixed a bug where txt
wasn't being properly initialised in all cases for Date
headers. Also fixed the x-evolution-mailer code to simply use the
ehader->value that was passed in.
(efh_format_headers): Fixed to handle the special
X-Evolution-Mailer header.
svn path=/trunk/; revision=25028
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 3756840b54..c4d617d6e2 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-03-11 Jeffrey Stedfast <fejj@ximian.com> + + * em-format-html.c (efh_format_header): Fixed a bug where txt + wasn't being properly initialised in all cases for Date + headers. Also fixed the x-evolution-mailer code to simply use the + ehader->value that was passed in. + (efh_format_headers): Fixed to handle the special + X-Evolution-Mailer header. + 2004-03-11 Not Zed <NotZed@Ximian.com> * em-folder-browser.c (emfb_set_folder): a really gross hack, |