aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-22 09:38:41 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-22 09:38:41 +0800
commitacc63c446a29a4096f14119c2b066aa687b6836c (patch)
tree571ff8cb85760dbda6744dc6f69c562bf3922708 /camel/ChangeLog
parentb3dd72a9de6ed96415da92ea36ec1198bf39a99b (diff)
downloadgsoc2013-evolution-acc63c446a29a4096f14119c2b066aa687b6836c.tar
gsoc2013-evolution-acc63c446a29a4096f14119c2b066aa687b6836c.tar.gz
gsoc2013-evolution-acc63c446a29a4096f14119c2b066aa687b6836c.tar.bz2
gsoc2013-evolution-acc63c446a29a4096f14119c2b066aa687b6836c.tar.lz
gsoc2013-evolution-acc63c446a29a4096f14119c2b066aa687b6836c.tar.xz
gsoc2013-evolution-acc63c446a29a4096f14119c2b066aa687b6836c.tar.zst
gsoc2013-evolution-acc63c446a29a4096f14119c2b066aa687b6836c.zip
Updated to not strip out subfolders that are marked as \NoSelect because
2000-07-21 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-folder.c (imap_get_subfolder_names): Updated to not strip out subfolders that are marked as \NoSelect because this will be correctly handled in store->get_folder from now on. * providers/imap/camel-imap-store.c (folder_is_selectable): New convenience function for use in get_folder(). (parse_list_response): Now takes a char **flags argument which is needed by folder_is_selectable(). (imap_connect): Updated to reflect changes to parse_list_response(). svn path=/trunk/; revision=4274
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 6deb5a1d91..8c3388e8e9 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,17 @@
2000-07-21 Jeffrey Stedfast <fejj@helixcode.com>
+ * providers/imap/camel-imap-folder.c (imap_get_subfolder_names): Updated to
+ not strip out subfolders that are marked as \NoSelect because this will be
+ correctly handled in store->get_folder from now on.
+
+ * providers/imap/camel-imap-store.c (folder_is_selectable): New convenience
+ function for use in get_folder().
+ (parse_list_response): Now takes a char **flags argument which is needed by
+ folder_is_selectable().
+ (imap_connect): Updated to reflect changes to parse_list_response().
+
+2000-07-21 Jeffrey Stedfast <fejj@helixcode.com>
+
* providers/imap/camel-imap-stream.c (stream_read): Updated with some of the
same fixes I've made to camel-imap-folder.c like recalculating message part
lengths.