X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account.c;h=a2f4b654bddffda9cb64a0ccfb05481cd0c561c2;hb=5065a8831bafc9d6e1d9d2d5f6083f99b810a4ea;hp=70df25f25ae91db892c2daf17b660f351847a50f;hpb=094f45e53a4c6f44daec128b31615e9f349a14dd;p=modest diff --git a/src/modest-tny-account.c b/src/modest-tny-account.c index 70df25f..a2f4b65 100644 --- a/src/modest-tny-account.c +++ b/src/modest-tny-account.c @@ -324,7 +324,7 @@ modest_tny_account_new_from_server_account (ModestAccountMgr *account_mgr, /* FIXME: for debugging. * Let's keep this because it is very useful for debugging. */ url = tny_account_get_url_string (TNY_ACCOUNT(tny_account)); - /* printf ("DEBUG %s:\n account-url: %s\n", __FUNCTION__, url); */ + printf ("DEBUG %s:\n account-url: %s\n", __FUNCTION__, url); g_free (url); /***********************/ @@ -450,8 +450,7 @@ TnyAccount* modest_tny_account_new_for_local_folders (ModestAccountMgr *account_mgr, TnySessionCamel *session, const gchar* location_filepath) { /* Make sure that the directories exist: */ - if (location_filepath == NULL) /* Only for the special local folders account, not for the memory card. */ - modest_init_local_folders (); + modest_init_local_folders (location_filepath); TnyStoreAccount *tny_account; CamelURL *url;