aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 099c1d8ef4..040b2ab638 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,11 @@
2002-08-20 Jeffrey Stedfast <fejj@ximian.com>
+ * providers/imap/camel-imap-store.c (get_folders): Don't let the
+ minimum recursive depth be negative.
+ (get_folders): Pass flags & CAMEL_FOLDER_INFO_SUBSCRIBED as the
+ `lsub' argument to get_folders_online() otherwise we'll end up
+ doing a LIST when we really wanted to do an LSUB.
+
* camel-session.c: Set CAMEL_URL_NEED_PATH for the vFolder
provider.