X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-folder.h;h=c271ccc50002fc07194c67f79bd3aed8797a34a2;hb=10e5cb98e6bd83f82b1b5ff4ff18c515e152cd26;hp=6f2ec6492b38ffd860f1bcd7fffd8603c904b712;hpb=9373a406dc6ac62a374958051d1f72b7bff79642;p=modest diff --git a/src/modest-tny-folder.h b/src/modest-tny-folder.h index 6f2ec64..c271ccc 100644 --- a/src/modest-tny-folder.h +++ b/src/modest-tny-folder.h @@ -129,6 +129,18 @@ TnyFolderType modest_tny_folder_get_local_or_mmc_folder_type (TnyFolder *folder */ ModestTnyFolderRules modest_tny_folder_get_rules (TnyFolder *folder); + +/** + * modest_tny_folder_get_help_id: + * @folder: a valid tnymail folder + * + * get the help_id for this folder + * + * Returns: get the help_id for this folder, or NULL in case of error + */ +const gchar* modest_tny_folder_get_help_id (const TnyFolder *folder); + + /** * modest_tny_folder_is_outbox_for_account: * @folder: a valid tnymail folder @@ -172,6 +184,8 @@ gchar* modest_tny_folder_get_header_unique_id (TnyHeader *header); * modest_tny_folder_has_subfolder_with_name: * @folder: a #TnyFolderStore * @name: the name to check into subfolders. + * @nonstrict: if TRUE, also match on different-case and current-locale + * display versions of the name * * This function check if subfolders of @folder has the same * name as @name. @@ -179,7 +193,8 @@ gchar* modest_tny_folder_get_header_unique_id (TnyHeader *header); * Returns: TRUE if some subfolder has the name @name. **/ gboolean modest_tny_folder_has_subfolder_with_name (TnyFolderStore *folder, - const gchar *name); + const gchar *name, + gboolean nonstrict); /** * modest_tny_folder_is_ancestor: