diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-09-29 06:12:23 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-09-29 06:12:23 +0800 |
commit | c540870b0c5653363a06cf17fab33b7ffff49e78 (patch) | |
tree | 320034a7380e10db2c004d6bdbf460ca58aa8021 /composer/ChangeLog | |
parent | bb1d28d7c566e36e916a7fa3fe8e973223c2d96f (diff) | |
download | gsoc2013-evolution-c540870b0c5653363a06cf17fab33b7ffff49e78.tar.gz gsoc2013-evolution-c540870b0c5653363a06cf17fab33b7ffff49e78.tar.zst gsoc2013-evolution-c540870b0c5653363a06cf17fab33b7ffff49e78.zip |
Check to see if the body has 8bit chars, if so - set the
2000-09-28 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (build_message): Check to see if the body has
8bit chars, if so - set the Content-Transfer-Encoding to 8bit.
Addresses Bugzilla bug #652.
svn path=/trunk/; revision=5623
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 31f91a78dc..021797dd20 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2000-09-28 Jeffrey Stedfast <fejj@helixcode.com> + + * e-msg-composer.c (build_message): Check to see if the body has + 8bit chars, if so - set the Content-Transfer-Encoding to 8bit. + Addresses Bugzilla bug #652. + 2000-09-25 Dan Winship <danw@helixcode.com> * e-msg-composer-hdrs.c (setup_headers): fix typo in tooltip. |