diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-03 02:33:18 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-03 02:33:18 +0800 |
commit | 46d07e9e465e336a5c39d8c27c846cb380fbc6fb (patch) | |
tree | 1366dc664343c8a50bc52a77d1ac87d78636bf5a /composer/ChangeLog | |
parent | 0212cbae5fbe76635365cfff575fd5f2f38b3e35 (diff) | |
download | gsoc2013-evolution-46d07e9e465e336a5c39d8c27c846cb380fbc6fb.tar gsoc2013-evolution-46d07e9e465e336a5c39d8c27c846cb380fbc6fb.tar.gz gsoc2013-evolution-46d07e9e465e336a5c39d8c27c846cb380fbc6fb.tar.bz2 gsoc2013-evolution-46d07e9e465e336a5c39d8c27c846cb380fbc6fb.tar.lz gsoc2013-evolution-46d07e9e465e336a5c39d8c27c846cb380fbc6fb.tar.xz gsoc2013-evolution-46d07e9e465e336a5c39d8c27c846cb380fbc6fb.tar.zst gsoc2013-evolution-46d07e9e465e336a5c39d8c27c846cb380fbc6fb.zip |
If the body of the message has 8-bit chars, set the
2000-10-02 Jeffrey Stedfast <fejj@helixcode.com>
* e-msg-composer.c (build_message): If the body of the message has
8-bit chars, set the Content-Transfer-Encoding type to the best
encoding.
svn path=/trunk/; revision=5662
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 670a102f2b..6791f3d7b0 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2000-10-02 Jeffrey Stedfast <fejj@helixcode.com> + + * e-msg-composer.c (build_message): If the body of the message has + 8-bit chars, set the Content-Transfer-Encoding type to the best + encoding. + 2000-10-02 Dan Winship <danw@helixcode.com> * e-icon-list.c: fix #include of gnome-canvas-pixbuf.h |