From 1627a081744129fbf8f874c290b9a18138655590 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 13 Nov 2003 19:43:50 +0000 Subject: Modified to not use EStorage* functions. I don't even think it *needs* to 2003-11-13 Jeffrey Stedfast * mail-vfolder.c (context_rule_removed): Modified to not use EStorage* functions. I don't even think it *needs* to remove the folder from the mail-component, the mail-component should just pick it up automagically via CamelStore events. svn path=/trunk/; revision=23333 --- mail/mail-component.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mail/mail-component.h') diff --git a/mail/mail-component.h b/mail/mail-component.h index 818b8d2ff9..aab2dab4b3 100644 --- a/mail/mail-component.h +++ b/mail/mail-component.h @@ -82,6 +82,8 @@ void mail_component_storages_foreach (MailComponent *component, GHFunc func, void *data); +void mail_component_remove_folder (MailComponent *component, CamelStore *store, const char *path); + EMFolderTreeModel *mail_component_get_tree_model (MailComponent *component); char *em_uri_from_camel (const char *curi); -- cgit v1.2.3