aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-27 09:04:28 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-27 09:04:28 +0000
commit2ddb31bb4cf51711d786e1a994f2a91ed80e7cee (patch)
tree2025f82158f7405b8b427114d5f12c6bffa42fca /ChangeLog
parent48420a4ea6c0a4ccd8a52964c2415ccd1a2c5d92 (diff)
fixed a crash bug of IMAP4.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@292 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2e83d50a..fa97ef1a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-05-27
+
+ * src/imap.c: don't destroy the previous Session object when
+ reconnecting (fixed crash when reconnection happened while scanning
+ tree).
+ imap_cmd_search(): fixed a bug that only the first response was
+ recognized (thanks to Hanno Meyer-Thurow).
+ * src/procmsg.h: added MSG_IS_SIGNED() macro.
+
2005-05-26
* src/main.c: app_will_exit(): cleanup tmp directory when exit.