aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 11:53:18 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-05-24 11:53:18 +0000
commit12b8032609331b41a77ab7a4a0cbcc3238c86d77 (patch)
tree193d51f0124c87cab74e7d4611887fe9b32c852e /ChangeLog
parentc420ff69aa97960e37e13b8fb36c0cd5a8d4cbbb (diff)
optimized writing summary cache.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@285 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb2d696c..73bf2a25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2005-05-24
+ * src/folder.[ch]: added FolderItem::cache_dirty flag to determine
+ if cache file really needs to be updated.
+ * src/mh.c
+ src/imap.c
+ src/procmsg.c
+ src/news.c: set cache_dirty flag if folder contents differ from
+ the cache file.
+ * src/summaryview.c: set cache_dirty flag if folder contents changed.
+ Write cache file only if cache_dirty flag is set.
+
+2005-05-24
+
* src/compose.c: disable attach toggle button for now.
2005-05-24