X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-folder.h;h=97977fc697eecd6aea8621a0a5812a887c9265e6;hb=a8d18c7cdfb4239dc9e36f01f5a9a4cb9ce13032;hp=c2c812e47fcbff96d55efcccd477fda7fda8e2a5;hpb=52665b57b1c2770d5542fb0e70f96d6853225eb8;p=modest diff --git a/src/modest-tny-folder.h b/src/modest-tny-folder.h index c2c812e..97977fc 100644 --- a/src/modest-tny-folder.h +++ b/src/modest-tny-folder.h @@ -84,6 +84,16 @@ TnyFolderType modest_tny_folder_guess_folder_type (const TnyFolder *folder); TnyFolderType modest_tny_folder_guess_folder_type_from_name (const gchar *folder_name); +/** + * modest_tny_folder_is_remote_folder: + * @folder: a valid tnymail folder + * + * checks if the folder is part of the "remote" account + * + * Returns: TRUE if it's a remote folder, FALSE otherwise + */ +gboolean +modest_tny_folder_is_remote_folder (TnyFolder *folder); /** * modest_tny_folder_is_local_folder: @@ -114,7 +124,7 @@ modest_tny_folder_is_memory_card_folder (TnyFolder *folder); * * Returns: TRUE if it's a local folder, FALSE otherwise */ -TnyFolderType modest_tny_folder_get_local_folder_type (TnyFolder *folder); +TnyFolderType modest_tny_folder_get_local_or_mmc_folder_type (TnyFolder *folder); /** @@ -156,10 +166,9 @@ TnyAccount *modest_tny_folder_get_account (TnyFolder *folder); * modest_tny_msg_get_header_unique_id: * @header: a #TnyHeader * - * this function returns a unique id for a message summary, that's it - * a TnyHeader retrieved with tny_folder_get_headers (you can not use - * the TnyHeader returned by tny_msg_get_header because it has not an - * uid). + * This function returns a unique id for a message summary from + * a TnyHeader retrieved with tny_folder_get_headers. You can not use + * the TnyHeader returned by tny_msg_get_header because it has no uid. * * This uid is built from the folder URL string and the header uid, * the caller of the function must free the unique id when no longer