aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-08-21 03:23:15 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-08-21 03:23:15 +0800
commit2be7ab21f64752eda4cc6558bd9116d5d1a58474 (patch)
tree4cbcbe0ed56de192c70a29358be8abae55a228a7 /camel/ChangeLog
parent32ea180585e000d7cde34eaabc7a1736f7267337 (diff)
downloadgsoc2013-evolution-2be7ab21f64752eda4cc6558bd9116d5d1a58474.tar
gsoc2013-evolution-2be7ab21f64752eda4cc6558bd9116d5d1a58474.tar.gz
gsoc2013-evolution-2be7ab21f64752eda4cc6558bd9116d5d1a58474.tar.bz2
gsoc2013-evolution-2be7ab21f64752eda4cc6558bd9116d5d1a58474.tar.lz
gsoc2013-evolution-2be7ab21f64752eda4cc6558bd9116d5d1a58474.tar.xz
gsoc2013-evolution-2be7ab21f64752eda4cc6558bd9116d5d1a58474.tar.zst
gsoc2013-evolution-2be7ab21f64752eda4cc6558bd9116d5d1a58474.zip
Don't let the minimum recursive depth be negative. (get_folders): Pass
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. svn path=/trunk/; revision=17819
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.