aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-local.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-09-11 12:27:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-09-11 12:27:23 +0800
commitfd67fd43ea2c8e85f13f0f858d36d86f2af10e19 (patch)
tree4d216cc17ac4d45ca9f5e3d9dea0ad0d2b7d5571 /mail/mail-local.h
parent4081a13ff156379ad380e0456881f707f1e67831 (diff)
downloadgsoc2013-evolution-fd67fd43ea2c8e85f13f0f858d36d86f2af10e19.tar
gsoc2013-evolution-fd67fd43ea2c8e85f13f0f858d36d86f2af10e19.tar.gz
gsoc2013-evolution-fd67fd43ea2c8e85f13f0f858d36d86f2af10e19.tar.bz2
gsoc2013-evolution-fd67fd43ea2c8e85f13f0f858d36d86f2af10e19.tar.lz
gsoc2013-evolution-fd67fd43ea2c8e85f13f0f858d36d86f2af10e19.tar.xz
gsoc2013-evolution-fd67fd43ea2c8e85f13f0f858d36d86f2af10e19.tar.zst
gsoc2013-evolution-fd67fd43ea2c8e85f13f0f858d36d86f2af10e19.zip
Handle file uri's too.
2002-09-11 Not Zed <NotZed@Ximian.com> * component-factory.c (configure_folder_popup): Handle file uri's too. * mail-callbacks.c (configure_folder): clear message list before calling configure folder. (local_configure_done): completion callback to reset message list when done. * mail-local.c (mail_local_reconfigure_folder): changed args to accept uri, and done callback. (reconfigure_got_folder): moved code to callback which presents the configure uri once we have the folder. svn path=/trunk/; revision=18039
Diffstat (limited to 'mail/mail-local.h')
-rw-r--r--mail/mail-local.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/mail-local.h b/mail/mail-local.h
index d1e4f3791d..d75356609c 100644
--- a/mail/mail-local.h
+++ b/mail/mail-local.h
@@ -27,11 +27,10 @@
#define _MAIL_LOCAL_H
#include "evolution-shell-client.h"
-#include "folder-browser.h"
+#include <camel/camel-folder.h>
-void mail_local_storage_startup (EvolutionShellClient *shellclient,
- const char *evolution_path);
+void mail_local_storage_startup (EvolutionShellClient *shellclient, const char *evolution_path);
-void mail_local_reconfigure_folder (FolderBrowser *fb);
+void mail_local_reconfigure_folder(const char *uri, void (*done)(const char *uri, CamelFolder *folder, void *data), void *done_data);
#endif