aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 9c3ad0cddb..d4f4d6d06d 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,9 @@
2001-03-26 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-mime-utils.c (header_decode_text): When writing the last
+ token (if not rfc2047 encoded), don't use g_string_append_len, use
+ append_latin1.
+
* camel-mime-message.c (write_to_stream): Don't spew a warning if
the message-id wasn't set by the application, not a big deal since
we create one right here.