aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-06-20 04:39:12 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-06-20 04:39:12 +0800
commit8a7a3f7770d9770d87b06a5641b28796efb02621 (patch)
tree772a331c5739ccabce5901767ef779cdfe7491dc /mail/mail.h
parent2012e35e52d580a20649c5a762465681274abd31 (diff)
downloadgsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar
gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar.gz
gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar.bz2
gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar.lz
gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar.xz
gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.tar.zst
gsoc2013-evolution-8a7a3f7770d9770d87b06a5641b28796efb02621.zip
#include "folder-browser-factory.h"
2001-06-19 Jeffrey Stedfast <fejj@ximian.com> * mail-display.c: #include "folder-browser-factory.h" * component-factory.c (mail_remove_storage): New function to remove an EvolutionStorage. * mail-accounts.c (mail_delete): Remove the storage from the folder-tree. (news_delete): Same. svn path=/trunk/; revision=10304
Diffstat (limited to 'mail/mail.h')
-rw-r--r--mail/mail.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/mail.h b/mail/mail.h
index 5c592a1263..98b437b4ca 100644
--- a/mail/mail.h
+++ b/mail/mail.h
@@ -70,6 +70,7 @@ void mail_load_storages (GNOME_Evolution_Shell shell, const GSList *sources, gbo
void mail_hash_storage (CamelService *store, EvolutionStorage *storage);
EvolutionStorage *mail_lookup_storage (CamelStore *store);
+void mail_remove_storage (CamelStore *store);
void mail_storages_foreach (GHFunc func, gpointer data);
int mail_storages_count (void);