aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-10-07 03:05:22 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-10-07 03:05:22 +0800
commitff1f5fc3ddc9993deb0243f3eddf292da93222da (patch)
treee0ff13a17fe550c46a6b6669924cf93773268f78 /camel/ChangeLog
parent734f0a9402b4f7f66a36281fb577f3e47eaaa574 (diff)
downloadgsoc2013-evolution-ff1f5fc3ddc9993deb0243f3eddf292da93222da.tar
gsoc2013-evolution-ff1f5fc3ddc9993deb0243f3eddf292da93222da.tar.gz
gsoc2013-evolution-ff1f5fc3ddc9993deb0243f3eddf292da93222da.tar.bz2
gsoc2013-evolution-ff1f5fc3ddc9993deb0243f3eddf292da93222da.tar.lz
gsoc2013-evolution-ff1f5fc3ddc9993deb0243f3eddf292da93222da.tar.xz
gsoc2013-evolution-ff1f5fc3ddc9993deb0243f3eddf292da93222da.tar.zst
gsoc2013-evolution-ff1f5fc3ddc9993deb0243f3eddf292da93222da.zip
Fix so that we don't encode every single char in the word. Also, do we
2000-10-06 Jeffrey Stedfast <fejj@helixcode.com> * camel-mime-utils.c (quoted_encode): Fix so that we don't encode every single char in the word. Also, do we need a safemask? I don't see why we would. (header_encode_string): Don't strip off the last char!! svn path=/trunk/; revision=5766
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 37ba9b0de7..41e8ee96eb 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -3,6 +3,7 @@
* camel-mime-utils.c (quoted_encode): Fix so that we don't encode
every single char in the word. Also, do we need a safemask? I
don't see why we would.
+ (header_encode_string): Don't strip off the last char!!
2000-10-06 Chris Toshok <toshok@helixcode.com>