aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-28 06:45:10 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-12-28 06:45:10 +0000
commita6fa70def3d80d45536e1baa32f408adc29f6f25 (patch)
tree7ea55cfad4da27041dfb4e8eb3a22a150f71c25f /ChangeLog
parent2c02159ea90e68f3851286ae52bcd95d45811448 (diff)
fixed out of sync response on FETCH.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1462 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 51090b2f..cf653817 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2006-12-28
+ * libsylph/imap.c: imap_cmd_fetch(): read until last response on
+ error (fixes out of sync response).
+
+2006-12-28
+
* src/compose.c: compose_create(): win32: don't set geometry hint
(fixes compose window cannot be maximized).