]> saetta.ns0.it Git - solipa/libsolipa/commitdiff
Impostate 2 proprietà per la versione 3.2 di evolution-data-server in SolipaMail.
authorAndrea Zagli <azagli@libero.it>
Sat, 17 Dec 2011 14:41:24 +0000 (15:41 +0100)
committerAndrea Zagli <azagli@libero.it>
Sat, 17 Dec 2011 14:41:24 +0000 (15:41 +0100)
src/camelsession.c

index 5bddf9a380088f5b2020881af79df9b5fe206de2..1c0c1d81f3e9e6963728b4de069e56ef28913927 100644 (file)
@@ -40,7 +40,12 @@ solipa_camel_session_new (const gchar *path)
        CamelSession *session;
 
        session = g_object_new (SOLIPA_TYPE_CAMEL_SESSION, NULL);
-#ifndef CAMEL3
+#ifdef CAMEL3
+       g_object_set (G_OBJECT (session),
+                     "user-data-dir", path,
+                     "user-cache-dir", path,
+                     NULL);
+#else
        camel_session_construct (session, path);
 #endif