diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-01-17 01:29:27 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-01-17 01:29:27 +0800 |
commit | a2381f40392da6521e96806964aa5625af71bd16 (patch) | |
tree | e64c28fdff462683d21cbfa18b8692b4d6dbf8db /mail/ChangeLog | |
parent | 13f513ef2a1a01ceaa857419e95040b04fa05e76 (diff) | |
download | gsoc2013-evolution-a2381f40392da6521e96806964aa5625af71bd16.tar.gz 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/ChangeLog | 6 |
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 |