aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r--camel/camel-remote-store.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h
index a596ed7235..936388fab0 100644
--- a/camel/camel-remote-store.h
+++ b/camel/camel-remote-store.h
@@ -37,6 +37,14 @@ extern "C" {
#define CAMEL_REMOTE_STORE_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), CAMEL_REMOTE_STORE_TYPE, CamelRemoteStoreClass))
#define CAMEL_IS_REMOTE_STORE(o) (CAMEL_CHECK_TYPE((o), CAMEL_REMOTE_STORE_TYPE))
+
+enum {
+ CAMEL_REMOTE_STORE_ARG_FIRST = CAMEL_STORE_ARG_FIRST + 100,
+ CAMEL_REMOTE_STORE_ARG_SSL,
+};
+
+#define CAMEL_REMOTE_STORE_SSL (CAMEL_REMOTE_STORE_ARG_SSL | CAMEL_ARG_STR)
+
typedef struct {
CamelStore parent_object;
struct _CamelRemoteStorePrivate *priv;