aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-04-13 23:58:56 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-04-13 23:58:56 +0800
commit8563120ccac076a0baf9cb904c23a87bbb59d960 (patch)
treeeb99449985db957cca9fdc21bd2c6f6810e51eab /camel/ChangeLog
parent6e42b3e7ed225a9ca6dcd166e2a8ddf9d1eae3ed (diff)
downloadgsoc2013-evolution-8563120ccac076a0baf9cb904c23a87bbb59d960.tar
gsoc2013-evolution-8563120ccac076a0baf9cb904c23a87bbb59d960.tar.gz
gsoc2013-evolution-8563120ccac076a0baf9cb904c23a87bbb59d960.tar.bz2
gsoc2013-evolution-8563120ccac076a0baf9cb904c23a87bbb59d960.tar.lz
gsoc2013-evolution-8563120ccac076a0baf9cb904c23a87bbb59d960.tar.xz
gsoc2013-evolution-8563120ccac076a0baf9cb904c23a87bbb59d960.tar.zst
gsoc2013-evolution-8563120ccac076a0baf9cb904c23a87bbb59d960.zip
implement the new counts, and get them all atomically so they're only
2004-04-13 Not Zed <NotZed@Ximian.com> * camel-folder.c (folder_getv): implement the new counts, and get them all atomically so they're only calculated once and can return consistent results. * camel-folder.h: Added CAMEL_FOLDER_DELETED, CAMEL_FOLDER_JUNKED, and CAMEL_FOLDER_VISIBLE args, to support client display of various values. svn path=/trunk/; revision=25437
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index df83d0acb6..d01fd2a9b5 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,13 @@
+2004-04-13 Not Zed <NotZed@Ximian.com>
+
+ * camel-folder.c (folder_getv): implement the new counts, and get
+ them all atomically so they're only calculated once and can return
+ consistent results.
+
+ * camel-folder.h: Added CAMEL_FOLDER_DELETED, CAMEL_FOLDER_JUNKED,
+ and CAMEL_FOLDER_VISIBLE args, to support client display of
+ various values.
+
2004-04-13 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder.h (camel_folder_delete_message): Fix NotZed's fix