aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-11-28 06:37:37 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2013-11-28 06:37:37 +0000
commit5f3e6b4ed3ab6e5e7de2d991e81b42d91a50a83e (patch)
tree0622ff1d34b2f56d08d546ca46b7205a47a6ad59 /ChangeLog
parent8e6db027fbf2f65ccf54767179d8b13ef7678427 (diff)
libsylph/procmime.c: procmime_scan_multipart_message(): fixed MIME nest level restriction not working.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3307 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 02dac2ec..f7e2bacf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2013-11-28
+ * libsylph/procmime.c: procmime_scan_multipart_message(): fixed MIME
+ nest level restriction not working.
+
+2013-11-28
+
* libsylph/ssl.c: ssl_done(): check if fp != NULL.
* src/textview.c:
textview_popup_menu_activate_open_uri_cb():