aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-07 07:44:46 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-07 07:44:46 +0800
commit15b182a1fc53900040d5d53e7511637f8f52b922 (patch)
treea58a755f589b8d2439fb855783a6fc04bec02a14 /camel/ChangeLog
parent2c334b9802814dfef34797089f5f741f3cef580d (diff)
downloadgsoc2013-evolution-15b182a1fc53900040d5d53e7511637f8f52b922.tar
gsoc2013-evolution-15b182a1fc53900040d5d53e7511637f8f52b922.tar.gz
gsoc2013-evolution-15b182a1fc53900040d5d53e7511637f8f52b922.tar.bz2
gsoc2013-evolution-15b182a1fc53900040d5d53e7511637f8f52b922.tar.lz
gsoc2013-evolution-15b182a1fc53900040d5d53e7511637f8f52b922.tar.xz
gsoc2013-evolution-15b182a1fc53900040d5d53e7511637f8f52b922.tar.zst
gsoc2013-evolution-15b182a1fc53900040d5d53e7511637f8f52b922.zip
Fix a slight error in logic. Just because the last word was an encoded
2001-10-06 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-utils.c (header_decode_text): Fix a slight error in logic. Just because the last word was an encoded word doesn't mean we ignore the lwsp padding, we only ignore it if the last word and *this* word are encoded. svn path=/trunk/; revision=13490
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index afb97d6b39..a6518015d0 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,12 @@
2001-10-06 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-mime-utils.c (header_decode_text): Fix a slight error in
+ logic. Just because the last word was an encoded word doesn't mean
+ we ignore the lwsp padding, we only ignore it if the last word and
+ *this* word are encoded.
+
+2001-10-06 Jeffrey Stedfast <fejj@ximian.com>
+
* camel-mime-filter-basic.c (filter): Implemented uuencoding and
decoding.
(complete): Implemented uuencoding and decoding.