X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=1cb0533796f53ece3e369dc10a8f42a01dc75a47;hb=76bb1d321c749d4ef8c5c3e0e75d6613f0c4b499;hp=56589a9aee4c6f39053065dcb63ff4b0f4695a14;hpb=a2f971fd9378912d99ca8ce97c514bba81a3c4e2;p=modest diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 56589a9..1cb0533 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -76,7 +76,9 @@ modest_tny_account_new_from_account (ModestAccountMgr *account_mgr, const gchar * Returns: a TRUE or FALSE in case of error. */ gboolean -modest_tny_account_update_from_account (TnyAccount *tny_account); +modest_tny_account_update_from_account (TnyAccount *tny_account, + TnyGetPassFunc get_pass_func, + TnyForgetPassFunc forget_pass_func); /** @@ -118,7 +120,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 /** @@ -185,6 +189,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. */