X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-tny-account.h;h=2e4b0565f2e67998ab8b7f32f19f637834314891;hp=55fe0aff783cf0b73d41b08a37a8d10016453b11;hb=48bebb6807aa14936ee82996ea7a749cb84b5956;hpb=4e20e41d774edf4c72ecd72abc04ad78511d2b00 diff --git a/src/modest-tny-account.h b/src/modest-tny-account.h index 55fe0af..2e4b056 100644 --- a/src/modest-tny-account.h +++ b/src/modest-tny-account.h @@ -68,13 +68,15 @@ modest_tny_account_new_from_account (ModestAccountMgr *account_mgr, const gchar * modest_tny_account_new_for_local_folders: * @account_mgr: a valid account mgr instance * @session: a tny camel session + * @location_filepath: The location at which the local-folders directory exists, or NULL to specify $HOME. * * get the local folders (pseudo) account; you should only need one such account. * * Returns: a new local folders TnyAccount or NULL in case of error. */ TnyAccount* modest_tny_account_new_for_local_folders (ModestAccountMgr *account_mgr, - TnySessionCamel *session); + TnySessionCamel *session, + const gchar* location_filepath); /** * modest_tny_account_new_for_per_account_local_outbox_folder: