aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-folder.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-07-25 11:45:55 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-07-25 11:45:55 +0800
commit6a601c210be648e1cb61da744a715656027aa175 (patch)
treeac100996d459b6d9ccdc496b114af5caa7c04f07 /camel/providers/imap/camel-imap-folder.h
parentf2aca892ee6085ce48240a1ebd2897a56d1e8989 (diff)
downloadgsoc2013-evolution-6a601c210be648e1cb61da744a715656027aa175.tar
gsoc2013-evolution-6a601c210be648e1cb61da744a715656027aa175.tar.gz
gsoc2013-evolution-6a601c210be648e1cb61da744a715656027aa175.tar.bz2
gsoc2013-evolution-6a601c210be648e1cb61da744a715656027aa175.tar.lz
gsoc2013-evolution-6a601c210be648e1cb61da744a715656027aa175.tar.xz
gsoc2013-evolution-6a601c210be648e1cb61da744a715656027aa175.tar.zst
gsoc2013-evolution-6a601c210be648e1cb61da744a715656027aa175.zip
Updated to give special attention to the root folder.
2000-07-24 Jeffrey Stedfast <fejj@helixcode.com> * providers/imap/camel-imap-store.c (get_folder): Updated to give special attention to the root folder. * providers/imap/camel-imap-folder.c (imap_get_subfolder_names_internal): Updated to handle the root folder (imap_get_message_count_internal): return 0 if folder can't hold messages (camel_imap_folder_new): Change so that root folder gets special attention and always gets can_hold_messages set to FALSE svn path=/trunk/; revision=4308
Diffstat (limited to 'camel/providers/imap/camel-imap-folder.h')
-rw-r--r--camel/providers/imap/camel-imap-folder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/camel/providers/imap/camel-imap-folder.h b/camel/providers/imap/camel-imap-folder.h
index ba2d1daa70..fed98d311c 100644
--- a/camel/providers/imap/camel-imap-folder.h
+++ b/camel/providers/imap/camel-imap-folder.h
@@ -62,7 +62,8 @@ typedef struct {
/* public methods */
CamelFolder *camel_imap_folder_new (CamelStore *parent, char *folder_name,
CamelException *ex);
-void camel_imap_folder_set_namespace (CamelFolder *folder, gchar *namespace);
+
+void camel_imap_folder_changed (CamelFolder *folder, CamelException *ex);
/* Standard Gtk function */
GtkType camel_imap_folder_get_type (void);