diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-29 03:46:10 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-29 03:46:10 +0800 |
commit | 248cb28e5284513bba3f68b197073bcc518d6f54 (patch) | |
tree | 4eb9d3940c5e70bdcfed16aa2ed42ae763e6ddab /composer/ChangeLog | |
parent | 1e291c07c0b145d4d4183c92cd83867a61fd38ed (diff) | |
download | gsoc2013-evolution-248cb28e5284513bba3f68b197073bcc518d6f54.tar gsoc2013-evolution-248cb28e5284513bba3f68b197073bcc518d6f54.tar.gz gsoc2013-evolution-248cb28e5284513bba3f68b197073bcc518d6f54.tar.bz2 gsoc2013-evolution-248cb28e5284513bba3f68b197073bcc518d6f54.tar.lz gsoc2013-evolution-248cb28e5284513bba3f68b197073bcc518d6f54.tar.xz gsoc2013-evolution-248cb28e5284513bba3f68b197073bcc518d6f54.tar.zst gsoc2013-evolution-248cb28e5284513bba3f68b197073bcc518d6f54.zip |
Always request to import the HTML version if at all possible so that we
2000-08-28 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (e_msg_composer_new_with_message): Always
request to import the HTML version if at all possible so that we
maintain formatting and other nifty stuff :-)
svn path=/trunk/; revision=5085
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 37373a545e..91f4f2dee6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,11 @@ 2000-08-28 Jeffrey Stedfast <fejj@helixcode.com> + * e-msg-composer.c (e_msg_composer_new_with_message): Always + request to import the HTML version if at all possible so that we + maintain formatting and other nifty stuff :-) + +2000-08-28 Jeffrey Stedfast <fejj@helixcode.com> + * e-msg-composer-hdrs.c (e_msg_composer_hdrs_to_message): Set the "From" address in the CamelMimeMessage. Also updated to use get_subject to both make our lives easier and prepare for using UTF8 |