aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@ximian.com>2002-08-10 03:37:31 +0800
committerPeter Williams <peterw@src.gnome.org>2002-08-10 03:37:31 +0800
commit56ddb4490bb634e033c3efc1bc20170d2edfcc95 (patch)
tree755f6ea1ff9709b48d50505c9c3a4439d74b51c0 /camel/ChangeLog
parentd6c5e8db0d5d179a552cde5f7add078a70d521d6 (diff)
downloadgsoc2013-evolution-56ddb4490bb634e033c3efc1bc20170d2edfcc95.tar
gsoc2013-evolution-56ddb4490bb634e033c3efc1bc20170d2edfcc95.tar.gz
gsoc2013-evolution-56ddb4490bb634e033c3efc1bc20170d2edfcc95.tar.bz2
gsoc2013-evolution-56ddb4490bb634e033c3efc1bc20170d2edfcc95.tar.lz
gsoc2013-evolution-56ddb4490bb634e033c3efc1bc20170d2edfcc95.tar.xz
gsoc2013-evolution-56ddb4490bb634e033c3efc1bc20170d2edfcc95.tar.zst
gsoc2013-evolution-56ddb4490bb634e033c3efc1bc20170d2edfcc95.zip
Tweak how we build the tree based on whether a full tree or a subtree is
2002-08-09 Peter Williams <peterw@ximian.com> * providers/imap/camel-imap-store.c (get_folder_info_online): Tweak how we build the tree based on whether a full tree or a subtree is being requested. Fixes subscribe dialog on UW servers. (get_one_folder_offline): Don't add folders that we're not subscribed to; fixes UW folders that weren't being marked as NoSelect because the storeinfo doesn't record that information. svn path=/trunk/; revision=17755
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 16231a16b4..2e891859c7 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,15 @@
2002-08-09 Peter Williams <peterw@ximian.com>
+ * providers/imap/camel-imap-store.c
+ (get_folder_info_online): Tweak how we build the tree based on whether
+ a full tree or a subtree is being requested. Fixes subscribe dialog
+ on UW servers.
+ (get_one_folder_offline): Don't add folders that we're not subscribed
+ to; fixes UW folders that weren't being marked as NoSelect because
+ the storeinfo doesn't record that information.
+
+2002-08-09 Peter Williams <peterw@ximian.com>
+
* providers/imap/camel-imap-folder.c (imap_rename): When renaming our
cache, add the "/folders" to the path.