diff options
author | Michael Zucci <zucchi@src.gnome.org> | 2000-08-31 11:08:51 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-08-31 11:08:51 +0800 |
commit | 3de9db5ae79348a641351f6141b282ce5e9b50a9 (patch) | |
tree | 85243589a213d0391b08dfadd92d24af6a4ae495 /camel/ChangeLog | |
parent | 3a839acf2ae5f2d81d0390435204d227f2d0fe64 (diff) | |
download | gsoc2013-evolution-3de9db5ae79348a641351f6141b282ce5e9b50a9.tar gsoc2013-evolution-3de9db5ae79348a641351f6141b282ce5e9b50a9.tar.gz gsoc2013-evolution-3de9db5ae79348a641351f6141b282ce5e9b50a9.tar.bz2 gsoc2013-evolution-3de9db5ae79348a641351f6141b282ce5e9b50a9.tar.lz gsoc2013-evolution-3de9db5ae79348a641351f6141b282ce5e9b50a9.tar.xz gsoc2013-evolution-3de9db5ae79348a641351f6141b282ce5e9b50a9.tar.zst gsoc2013-evolution-3de9db5ae79348a641351f6141b282ce5e9b50a9.zip |
(write_to_stream): Rearrange the logic so it always does charset
conversion, and not just if we have a qp/base64 block.
svn path=/trunk/; revision=5134
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index f074a045cf..650948e8fc 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -7,6 +7,8 @@ filter to do that too. (write_to_stream): Fix some warnings/use the right constructor, oops. + (write_to_stream): Rearrange the logic so it always does charset + conversion, and not just if we have a qp/base64 block. * camel-mime-utils.c (append_latin1): New function - even though its broken, we'll assume mailers send latin1 headers instead of |