aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-13 03:44:57 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2010-01-13 03:44:57 +0000
commit9f827874227532e3cfa58c3f1b7e4822ac1add70 (patch)
tree700f63ab4bdf896a8d41b9c5ffac233b3fb0c56f /ChangeLog
parentfb375b0408b0b62b79ea6ebf659661253e54d8fd (diff)
remove_numbered_files(): made filename to number conversion unsigned (fixes undeleted IMAP caches with UIDs larger than INT_MAX).
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2422 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 41a196c0..3513588d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,13 @@
2010-01-13
+ * libsylph/utils.c: to_unumber(): added.
+ remove_numbered_files()
+ remove_expired_files(): made filename to number conversion unsigned
+ (fixes undeleted IMAP caches with UIDs larger than INT_MAX).
+
+2010-01-13
+
* libsylph/imap.c: imap_cmd_append(): added date-time info on APPEND
using Date: header (for Gmail to display received date).