aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-21 10:39:19 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-07-21 10:39:19 +0000
commitc5cc63579c8af2571bf826da15d1ae3d63e6cf75 (patch)
tree84efd775cdf1f53b177c702a4e99c3c041185732 /ChangeLog
parentee866da823b8419f1b1e5a77bc960744a7a28169 (diff)
fixed cache discrepancy on Draft folder.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@444 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 5f02ea6c..c12fc532 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2005-07-21
+ * src/mh.c: mh_get_msg_list(): force strict cache checking on Queue
+ or Draft folders (fixes cache discrepancy).
+
+2005-07-21
+
* src/imap.c:
imap_modified_utf7_to_utf8(): fixed modified-UTF7 to UTF-8
conversion when the string includes '+'.