aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-remote-store.c
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-remote-store.c')
-rw-r--r--camel/camel-remote-store.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c
index a0129763a0..eeca0d4080 100644
--- a/camel/camel-remote-store.c
+++ b/camel/camel-remote-store.c
@@ -104,12 +104,9 @@ camel_remote_store_class_init (CamelRemoteStoreClass *camel_remote_store_class)
static void
camel_remote_store_init (CamelObject *object)
{
- CamelService *service = CAMEL_SERVICE (object);
CamelStore *store = CAMEL_STORE (object);
CamelRemoteStore *remote_store = CAMEL_REMOTE_STORE (object);
- service->url_flags |= CAMEL_SERVICE_URL_NEED_HOST;
-
store->folders = g_hash_table_new (g_str_hash, g_str_equal);
remote_store->istream = NULL;