aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.h
diff options
context:
space:
mode:
Diffstat (limited to 'mail/mail-local.h')
-rw-r--r--mail/mail-local.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/mail/mail-local.h b/mail/mail-local.h
index 7c0b619de4..254fcbe4f6 100644
--- a/mail/mail-local.h
+++ b/mail/mail-local.h
@@ -2,8 +2,9 @@
/* mail-local.h: Local mailbox support. */
/*
- * Author:
+ * Authors:
* Michael Zucchi <NotZed@helixcode.com>
+ * Dan Winship <danw@helixcode.com>
*
* Copyright 2000 Helix Code, Inc. (http://www.helixcode.com)
*
@@ -26,12 +27,12 @@
#ifndef _MAIL_LOCAL_H
#define _MAIL_LOCAL_H
-#include "camel/camel-folder.h"
+#include "evolution-shell-client.h"
#include "folder-browser.h"
-/* mail-local.c */
-CamelFolder *mail_tool_local_uri_to_folder(const char *uri, CamelException *ex);
-void local_reconfigure_folder(FolderBrowser *fb);
-char *mail_local_map_uri(const char *uri, int *index);
+void mail_local_storage_startup (EvolutionShellClient *shellclient,
+ const char *evolution_path);
+
+void mail_local_reconfigure_folder (FolderBrowser *fb);
#endif