diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-07-18 04:12:12 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-18 04:12:12 +0800 |
commit | 451cc1a07a7010fba205ffebfb7778b284f524cf (patch) | |
tree | 1ed2548bd23831e761088d9dee16a535c02f8702 /camel/ChangeLog | |
parent | 76c23a45f1737a6fc6d11b235ef753a082fe16cb (diff) | |
download | gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar.gz gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.tar.zst gsoc2013-evolution-451cc1a07a7010fba205ffebfb7778b284f524cf.zip |
Updated to convert to/from the correct charset (since content is no longer
2003-07-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-message.c (find_best_encoding): Updated to convert
to/from the correct charset (since content is no longer
necessarily in UTF-8).
(best_encoding): Free the charset string when we're done with it.
svn path=/trunk/; revision=21863
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index bb654f24bc..8a607b8bfe 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,10 @@ 2003-07-17 Jeffrey Stedfast <fejj@ximian.com> + * camel-mime-message.c (find_best_encoding): Updated to convert + to/from the correct charset (since content is no longer + necessarily in UTF-8). + (best_encoding): Free the charset string when we're done with it. + * camel-stream-fs.c (stream_read): Increment the seekable stream position by the number of bytes read. Oops. (stream_write): Same here. |