diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-10-19 08:16:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-10-19 08:16:00 +0800 |
commit | 925301288069794eb2b1611bd1888af0996d76e3 (patch) | |
tree | b67e33ece6625c13bffcb7366efefb56cb738ab8 /camel/ChangeLog | |
parent | 64092e6d7e9ae2f5c4411654f4ea5d7bfdd84968 (diff) | |
download | gsoc2013-evolution-925301288069794eb2b1611bd1888af0996d76e3.tar gsoc2013-evolution-925301288069794eb2b1611bd1888af0996d76e3.tar.gz gsoc2013-evolution-925301288069794eb2b1611bd1888af0996d76e3.tar.bz2 gsoc2013-evolution-925301288069794eb2b1611bd1888af0996d76e3.tar.lz gsoc2013-evolution-925301288069794eb2b1611bd1888af0996d76e3.tar.xz gsoc2013-evolution-925301288069794eb2b1611bd1888af0996d76e3.tar.zst gsoc2013-evolution-925301288069794eb2b1611bd1888af0996d76e3.zip |
The correct fix this time - the description should be encoded here and not
2000-10-18 Jeffrey Stedfast <fejj@helixcode.com>
* camel-mime-part.c (camel_mime_part_set_description): The correct
fix this time - the description should be encoded here and not in
the camel-medium layer.
svn path=/trunk/; revision=6008
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 7a4a96ae33..638fd4611d 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,9 @@ +2000-10-18 Jeffrey Stedfast <fejj@helixcode.com> + + * camel-mime-part.c (camel_mime_part_set_description): The correct + fix this time - the description should be encoded here and not in + the camel-medium layer. + 2000-10-18 Ettore Perazzoli <ettore@helixcode.com> * camel-mime-filter-charset.c (complete): Put a zero at the start |