aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/mail-tools.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/mail-tools.h b/mail/mail-tools.h
index e9db4fceb3..9b6fab56c4 100644
--- a/mail/mail-tools.h
+++ b/mail/mail-tools.h
@@ -39,8 +39,9 @@ mail_tool_get_folder_from_urlname (const gchar *url, const gchar *name,
/* Get the url for the local inbox */
gchar *mail_tool_get_local_inbox_url (void);
-/* Get the filename for our movemail folder */
+/* Get the filename for our movemail folder or storage */
gchar *mail_tool_get_local_movemail_path (void);
+gchar *mail_tool_get_local_movemail_url (void);
/* Get the CamelFolder for the local inbox */
CamelFolder *mail_tool_get_local_inbox (CamelException *ex);
rch' size='10' name='q' value=''/>
path: root/www/py-requests-futures
Commit message (Expand)AuthorAgeFilesLines
* Use PY_FLAVOR for dependencies.mat2018-06-211-1/+1
* Simplify Makefile: use PY_FUTURESsunpoet2018-02-111-8/+3