diff options
Diffstat (limited to 'mail/mail-folder-cache.h')
-rw-r--r-- | mail/mail-folder-cache.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/mail-folder-cache.h b/mail/mail-folder-cache.h index 1a3cf2ad5a..d2c09d834a 100644 --- a/mail/mail-folder-cache.h +++ b/mail/mail-folder-cache.h @@ -98,6 +98,11 @@ gboolean mail_folder_cache_get_folder_info_flags CamelFolder *folder, gint *flags); +gboolean mail_folder_cache_get_folder_has_children + (MailFolderCache *self, + CamelFolder *folder, + gboolean *found); + G_END_DECLS #endif /* MAIL_FOLDER_CACHE_H */ |