X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=16fbc4eef45e01d18f926e5387884c9540a94b41;hp=0a1b428fcbfc695a71ba2d9aa6b13c7af010a4ca;hb=d8de27fbff3a72a581ddf32c6c868b6dd80ee4cb;hpb=32878373b7de186562023c2b75f0053fc0e73f2a diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 0a1b428..16fbc4e 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -70,17 +70,13 @@ modest_tny_account_new_from_account (ModestAccountMgr *account_mgr, const gchar /** * modest_tny_account_update_from_account: * @tny_account: a valid tny_account - * @account_mgr: a valid account mgr instance - * @account_name: the modest account name for which to create a corresponding tny account of the given type. - * @type: the type of account to create (TNY_ACCOUNT_TYPE_STORE or TNY_ACCOUNT_TYPE_TRANSPORT) * * update a tnyaccount corresponding to the server_accounts (store or transport) for this account. * * Returns: a TRUE or FALSE in case of error. */ gboolean -modest_tny_account_update_from_account (TnyAccount *tny_account, ModestAccountMgr *account_mgr, - const gchar *account_name, TnyAccountType type); +modest_tny_account_update_from_account (TnyAccount *tny_account); /** @@ -122,7 +118,9 @@ TnyAccount* modest_tny_account_new_for_per_account_local_outbox_folder ( TnyAccount* modest_tny_account_new_from_server_account_name (ModestAccountMgr *account_mgr, TnySessionCamel *session, - const gchar* server_account_name); + const gchar* server_account_name, + TnyGetPassFunc get_pass_func, + TnyForgetPassFunc forget_pass_func); #if 0 /** @@ -189,6 +187,14 @@ gint modest_tny_folder_store_get_message_count (TnyFolderStore *self); **/ gint modest_tny_folder_store_get_local_size (TnyFolderStore *self); +/** + * modest_tny_folder_store_is_remote: + * @folder_store: The folder store (folder or account) that needs to + * decide if need a connection in subsequent operations. + * @return value: Whether a connection is necessary for this folder_store. + */ +gboolean modest_tny_folder_store_is_remote (TnyFolderStore *self); + /** modest_tny_account_get_parent_modest_account_name_for_server_account: * Get the name of the parent modest account of which the server account is a part. */