aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-04-10 06:04:33 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-04-10 06:04:33 +0800
commit14517cbca46e86fdb825a2ac6df35808290df99f (patch)
treea439791d146e3088ca635fc9843748a605ea3b2e /camel/ChangeLog
parent94286866e7f748254b0f3ec70e4a52b729bc4dd0 (diff)
downloadgsoc2013-evolution-14517cbca46e86fdb825a2ac6df35808290df99f.tar
gsoc2013-evolution-14517cbca46e86fdb825a2ac6df35808290df99f.tar.gz
gsoc2013-evolution-14517cbca46e86fdb825a2ac6df35808290df99f.tar.bz2
gsoc2013-evolution-14517cbca46e86fdb825a2ac6df35808290df99f.tar.lz
gsoc2013-evolution-14517cbca46e86fdb825a2ac6df35808290df99f.tar.xz
gsoc2013-evolution-14517cbca46e86fdb825a2ac6df35808290df99f.tar.zst
gsoc2013-evolution-14517cbca46e86fdb825a2ac6df35808290df99f.zip
Changed my mind a bit on how I wanted this to work. Instead of aborting on
2003-04-09 Jeffrey Stedfast <fejj@ximian.com> * camel-gpg-context.c (gpg_ctx_get_utf8_diagnostics): Changed my mind a bit on how I wanted this to work. Instead of aborting on an illegal sequence, do like we do with camel-mime-filter-charset and just skip over invalid sequences. Also, in the noop failure case, close the iconv_t so we don't leak it. svn path=/trunk/; revision=20796
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 051531b8c7..f07d3c83f3 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2003-04-09 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-gpg-context.c (gpg_ctx_get_utf8_diagnostics): Changed my
+ mind a bit on how I wanted this to work. Instead of aborting on an
+ illegal sequence, do like we do with camel-mime-filter-charset and
+ just skip over invalid sequences. Also, in the noop failure case,
+ close the iconv_t so we don't leak it.
+
* providers/imap/camel-imap-utils.c (imap_body_decode): Save the
content size in a temp variable until after we've successfully
parsed all of the body_type_1part expr. Also fixed a type-o in the