aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
author0 <NotZed@Ximian.com>2001-09-11 09:07:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2001-09-11 09:07:42 +0800
commit6b9b64291760421d2ce56b4c2d3233975b298b53 (patch)
tree4ab7f1e78b5df70e2df5be138e9b9368e8f7daea /camel/ChangeLog
parentc7e1b2cbb026ff94c0a7daf4c623b5c4116116bf (diff)
downloadgsoc2013-evolution-6b9b64291760421d2ce56b4c2d3233975b298b53.tar
gsoc2013-evolution-6b9b64291760421d2ce56b4c2d3233975b298b53.tar.gz
gsoc2013-evolution-6b9b64291760421d2ce56b4c2d3233975b298b53.tar.bz2
gsoc2013-evolution-6b9b64291760421d2ce56b4c2d3233975b298b53.tar.lz
gsoc2013-evolution-6b9b64291760421d2ce56b4c2d3233975b298b53.tar.xz
gsoc2013-evolution-6b9b64291760421d2ce56b4c2d3233975b298b53.tar.zst
gsoc2013-evolution-6b9b64291760421d2ce56b4c2d3233975b298b53.zip
Pass in a hashtalbe used for finding visited nodes. (inode_hash):
2001-09-10 <NotZed@Ximian.com> * providers/local/camel-maildir-store.c (get_folder_info): Pass in a hashtalbe used for finding visited nodes. (inode_hash): (inode_equal): (inode_free): Helper functions for visited node checks, hashes on inode + device number. (scan_dir): Dont re-visited directories we've already visited, use inodes + device number. Also, if the folder doesn't contain cur/tmp/new, mark it as noselect, but continue to recurse folders, if asked. svn path=/trunk/; revision=12760
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 2047c2d5ec..564238a3bc 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,16 @@
2001-09-10 <NotZed@Ximian.com>
+ * providers/local/camel-maildir-store.c (get_folder_info): Pass in
+ a hashtalbe used for finding visited nodes.
+ (inode_hash):
+ (inode_equal):
+ (inode_free): Helper functions for visited node checks, hashes on
+ inode + device number.
+ (scan_dir): Dont re-visited directories we've already visited, use
+ inodes + device number.
+ Also, if the folder doesn't contain cur/tmp/new, mark it as
+ noselect, but continue to recurse folders, if asked.
+
* camel-folder.c (move_messages_to): Progress reporting while
moving messages.