X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-folder.h;h=c271ccc50002fc07194c67f79bd3aed8797a34a2;hb=5cbd7e04707e97c222faa4f577ec1a7066ab887f;hp=9526a3c32cc3997adc001652fbb7a6e9135f1d1d;hpb=4917dae327fb275f620961d4009762cd22b7e71e;p=modest diff --git a/src/modest-tny-folder.h b/src/modest-tny-folder.h index 9526a3c..c271ccc 100644 --- a/src/modest-tny-folder.h +++ b/src/modest-tny-folder.h @@ -184,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. @@ -191,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: