aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2004-01-17 01:29:27 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2004-01-17 01:29:27 +0800
commita2381f40392da6521e96806964aa5625af71bd16 (patch)
treee64c28fdff462683d21cbfa18b8692b4d6dbf8db /mail/ChangeLog
parent13f513ef2a1a01ceaa857419e95040b04fa05e76 (diff)
downloadgsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.tar
gsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.tar.gz
gsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.tar.bz2
gsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.tar.lz
gsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.tar.xz
gsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.tar.zst
gsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.zip
Dump a struct _camel_header_address to an html string.
2004-01-16 Jeffrey Stedfast <fejj@ximian.com> * em-format-html.c (efh_format_address): Dump a struct _camel_header_address to an html string. (efh_format_header): Use efh_format_address() and set the EM_FORMAT_HTML_HEADER_HTML bit on the flags so we don't re-convert our html string into html. svn path=/trunk/; revision=24280
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 8d65314210..43b9e1a620 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,11 @@
2004-01-16 Jeffrey Stedfast <fejj@ximian.com>
+ * em-format-html.c (efh_format_address): Dump a struct
+ _camel_header_address to an html string.
+ (efh_format_header): Use efh_format_address() and set the
+ EM_FORMAT_HTML_HEADER_HTML bit on the flags so we don't re-convert
+ our html string into html.
+
* mail-vfolder.c (mail_vfolder_rename_uri): s/g_fre/g_free/
* em-utils.c (guess_account): Change 'tmp' to not be const - fixes