diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-03-18 00:53:57 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-03-18 00:53:57 +0800 |
commit | 8148ebb2d9d8716d9ad341d3ac709a26eea123f2 (patch) | |
tree | aefed2b0d212b1cb7f46ff12cc9778cdd4503cb0 /camel/ChangeLog | |
parent | e1328c5de8a59be3467366b7376ae7c3696929bf (diff) | |
download | gsoc2013-evolution-8148ebb2d9d8716d9ad341d3ac709a26eea123f2.tar gsoc2013-evolution-8148ebb2d9d8716d9ad341d3ac709a26eea123f2.tar.gz gsoc2013-evolution-8148ebb2d9d8716d9ad341d3ac709a26eea123f2.tar.bz2 gsoc2013-evolution-8148ebb2d9d8716d9ad341d3ac709a26eea123f2.tar.lz gsoc2013-evolution-8148ebb2d9d8716d9ad341d3ac709a26eea123f2.tar.xz gsoc2013-evolution-8148ebb2d9d8716d9ad341d3ac709a26eea123f2.tar.zst gsoc2013-evolution-8148ebb2d9d8716d9ad341d3ac709a26eea123f2.zip |
Removed unused variable left over from my previous fix.
2003-03-17 Jeffrey Stedfast <fejj@ximian.com>
* camel-mime-part.c (process_header): Removed unused variable left
over from my previous fix.
* providers/smtp/camel-smtp-transport.c (smtp_send_to): Don't pass
'has_8bit_parts' to smtp_data() anymore.
(smtp_data): No longer takes 'has_8bit_parts' argument. Ignore
whether or not the message has 8bit parts when deciding what the
required encoding type we need to enforce. Fixes bug #39744.
svn path=/trunk/; revision=20312
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index c94f27a563..6ffac9feee 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,14 @@ +2003-03-17 Jeffrey Stedfast <fejj@ximian.com> + + * camel-mime-part.c (process_header): Removed unused variable left + over from my previous fix. + + * providers/smtp/camel-smtp-transport.c (smtp_send_to): Don't pass + 'has_8bit_parts' to smtp_data() anymore. + (smtp_data): No longer takes 'has_8bit_parts' argument. Ignore + whether or not the message has 8bit parts when deciding what the + required encoding type we need to enforce. Fixes bug #39744. + 2003-03-13 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-part.c (process_header): Use |