aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-tools.h')
-rw-r--r--mail/mail-tools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h
index 9b6fab56c4..16215f38c9 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -36,6 +36,9 @@ CamelFolder *
mail_tool_get_folder_from_urlname (const gchar *url, const gchar *name,
gboolean create, CamelException *ex);
+/* Get a useful name for a given CamelFolder (ie, not "mbox") */
+const gchar *mail_tool_get_folder_name (CamelFolder *folder);
+
/* Get the url for the local inbox */
gchar *mail_tool_get_local_inbox_url (void);