diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-10-08 02:19:34 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-10-08 02:19:34 +0800 |
commit | 988e56a5a96d2392511ba8282da18c6b68ed4e3c (patch) | |
tree | 72207d3d67d6868235e4197482852d3e8a8a824f /composer/ChangeLog | |
parent | 3b8bf37f68a98dd16412370aea4be4cf4f31aa2b (diff) | |
download | gsoc2013-evolution-988e56a5a96d2392511ba8282da18c6b68ed4e3c.tar gsoc2013-evolution-988e56a5a96d2392511ba8282da18c6b68ed4e3c.tar.gz gsoc2013-evolution-988e56a5a96d2392511ba8282da18c6b68ed4e3c.tar.bz2 gsoc2013-evolution-988e56a5a96d2392511ba8282da18c6b68ed4e3c.tar.lz gsoc2013-evolution-988e56a5a96d2392511ba8282da18c6b68ed4e3c.tar.xz gsoc2013-evolution-988e56a5a96d2392511ba8282da18c6b68ed4e3c.tar.zst gsoc2013-evolution-988e56a5a96d2392511ba8282da18c6b68ed4e3c.zip |
Set content->rawtext to TRUE for text parts because the content is in its
2002-10-04 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment-bar.c (attach_to_multipart): Set
content->rawtext to TRUE for text parts because the content is in
its raw form (since we didn't know the charset when we created
it). Also only write out the content-object to discover the best
encoding, we don't want to include the headers of the MIME
part. Second half of the fix for bug #31655.
svn path=/trunk/; revision=18335
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index aae514d59c..f04c32fd74 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,12 @@ +2002-10-04 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer-attachment-bar.c (attach_to_multipart): Set + content->rawtext to TRUE for text parts because the content is in + its raw form (since we didn't know the charset when we created + it). Also only write out the content-object to discover the best + encoding, we don't want to include the headers of the MIME + part. Second half of the fix for bug #31655. + 2002-10-02 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (get_file_content): Don't create a new file if |