diff options
Diffstat (limited to 'mail/mail-folder-cache.h')
-rw-r--r-- | mail/mail-folder-cache.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/mail-folder-cache.h b/mail/mail-folder-cache.h index 34be34425b..92cbfa6739 100644 --- a/mail/mail-folder-cache.h +++ b/mail/mail-folder-cache.h @@ -41,4 +41,8 @@ mail_note_store(CamelStore *store, EvolutionStorage *storage, GNOME_Evolution_St */ void mail_note_folder(struct _CamelFolder *folder); +/* Returns true if a folder is available (yet), and also sets *folderp (if supplied) + to a (referenced) copy of the folder if it has already been opened */ +int mail_note_get_folder_from_uri(const char *uri, CamelFolder **folderp); + #endif |