X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fmodest-local-folder-info.h;h=39da254a8045283543495edaf8723d299f0ac459;hp=da0fe58e662dac06c5287f015517918ba6307388;hb=95e01c8b9da1ac88ed37bc7bc09331dbbff42d52;hpb=25cf2dcb2cafa1281f23363ad314cddf1cea12a3 diff --git a/src/modest-local-folder-info.h b/src/modest-local-folder-info.h index da0fe58..39da254 100644 --- a/src/modest-local-folder-info.h +++ b/src/modest-local-folder-info.h @@ -33,7 +33,6 @@ G_BEGIN_DECLS #include -#include #include /** @@ -76,6 +75,8 @@ const gchar* modest_local_folder_info_get_type_display_name (TnyFolderType type) /** * modest_local_folder_info_get_maildir_path + * @location_filepath: The path at which the local-folders directory exists, + * or NULL to specify $HOME * * Get the path to the Maildir where the local folders are stored. * @@ -83,7 +84,7 @@ const gchar* modest_local_folder_info_get_type_display_name (TnyFolderType type) * string, which must be freed by the caller. * */ -gchar *modest_local_folder_info_get_maildir_path (void); +gchar *modest_local_folder_info_get_maildir_path (const gchar* location_filepath); /** * modest_per_account_local_outbox_folder_info_get_maildir_path