From c43aa966cbac71c6e5dbceb55bb172dcc3687bbf Mon Sep 17 00:00:00 2001 From: 9 Date: Mon, 29 Oct 2001 08:24:00 +0000 Subject: Turn off w() -> warnings. 2001-10-29 * camel-mime-utils.c: Turn off w() -> warnings. * providers/imap/camel-imap-store.c (rename_folder): Also rename the message cache. (rename_folder): Fix subscribed folders table with rename(s). * providers/imap/camel-imap-folder.c (imap_rename): Implement, rename the cache dir pointer. * providers/imap/camel-imap-message-cache.c (camel_imap_message_cache_set_path): New method to set the path used by a message cache. svn path=/trunk/; revision=14327 --- camel/providers/imap/camel-imap-store.h | 1 + 1 file changed, 1 insertion(+) (limited to 'camel/providers/imap/camel-imap-store.h') diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h index 66ebe13f1d..25c416385e 100644 --- a/camel/providers/imap/camel-imap-store.h +++ b/camel/providers/imap/camel-imap-store.h @@ -91,6 +91,7 @@ struct _CamelImapStore { guint32 capabilities, parameters; char *namespace, dir_sep, *base_url, *storage_path; GHashTable *authtypes, *subscribed_folders; + #ifdef ENABLE_THREADS EThread *async_thread; #endif -- cgit v1.2.3