aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 06:53:12 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2007-05-16 06:53:12 +0000
commitdba371b0f9eb466e52980ed6c54cbb24903fcfe5 (patch)
treebac611f8d0f80b5859243abea62701360dde097a /ChangeLog
parente7e717c4ee877a009657e2f971a5c188daf55701 (diff)
improved the performance of Mark all read on IMAP4 by only modifying the flagged messages.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1695 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 9599ac69..c39e0324 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-05-16
+ * src/summaryview.[ch]: summary_mark_all_read(): improved the
+ performance of IMAP4 by only modifying the flagged messages.
+
+2007-05-16
+
* libsylph/utils.[ch]:
extract_parenthesis_with_escape()
extract_quote_with_escape(): added.