aboutsummaryrefslogtreecommitdiffstats
path: root/camel/providers/imap/camel-imap-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/providers/imap/camel-imap-store.h')
-rw-r--r--camel/providers/imap/camel-imap-store.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/camel/providers/imap/camel-imap-store.h b/camel/providers/imap/camel-imap-store.h
index b05e525845..8c0453cb53 100644
--- a/camel/providers/imap/camel-imap-store.h
+++ b/camel/providers/imap/camel-imap-store.h
@@ -33,7 +33,7 @@ extern "C" {
#endif /* __cplusplus }*/
#include "camel-imap-types.h"
-#include "camel-remote-store.h"
+#include "camel-disco-store.h"
#define CAMEL_IMAP_STORE_TYPE (camel_imap_store_get_type ())
#define CAMEL_IMAP_STORE(obj) (CAMEL_CHECK_CAST((obj), CAMEL_IMAP_STORE_TYPE, CamelImapStore))
@@ -59,7 +59,7 @@ typedef enum {
#define IMAP_PARAM_FILTER_INBOX (1 << 2)
struct _CamelImapStore {
- CamelRemoteStore parent_object;
+ CamelDiscoStore parent_object;
struct _CamelImapStorePrivate *priv;
/* Information about the command channel / connection status */
@@ -77,7 +77,7 @@ struct _CamelImapStore {
typedef struct {
- CamelRemoteStoreClass parent_class;
+ CamelDiscoStoreClass parent_class;
} CamelImapStoreClass;
@@ -85,8 +85,6 @@ typedef struct {
/* Standard Camel function */
CamelType camel_imap_store_get_type (void);
-gboolean camel_imap_store_check_online (CamelImapStore *store, CamelException *ex);
-
#ifdef __cplusplus
}
#endif /* __cplusplus */