X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=src%2Fmodest-tny-folder.h;h=97977fc697eecd6aea8621a0a5812a887c9265e6;hb=27ef05705f9dfbb30b4a60646b70a9f219de2bc6;hp=46df4676ca67774975f2c177049cac5aca12c153;hpb=8125ec9d64e509b2238ff58a8cd905791f717c3e;p=modest diff --git a/src/modest-tny-folder.h b/src/modest-tny-folder.h index 46df467..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: