From 8a7a3f7770d9770d87b06a5641b28796efb02621 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 19 Jun 2001 20:39:12 +0000 Subject: #include "folder-browser-factory.h" 2001-06-19 Jeffrey Stedfast * 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 --- mail/mail.h | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/mail.h') 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); -- cgit v1.2.3