aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-11-14 03:43:50 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-11-14 03:43:50 +0800
commit1627a081744129fbf8f874c290b9a18138655590 (patch)
tree9bfa5a3054208b114ab5879bb8044884883e47c0 /mail/mail-component.c
parent79b40b20dd8710bc0aed4c5bdf5accb062436d9b (diff)
downloadgsoc2013-evolution-1627a081744129fbf8f874c290b9a18138655590.tar
gsoc2013-evolution-1627a081744129fbf8f874c290b9a18138655590.tar.gz
gsoc2013-evolution-1627a081744129fbf8f874c290b9a18138655590.tar.bz2
gsoc2013-evolution-1627a081744129fbf8f874c290b9a18138655590.tar.lz
gsoc2013-evolution-1627a081744129fbf8f874c290b9a18138655590.tar.xz
gsoc2013-evolution-1627a081744129fbf8f874c290b9a18138655590.tar.zst
gsoc2013-evolution-1627a081744129fbf8f874c290b9a18138655590.zip
Modified to not use EStorage* functions. I don't even think it *needs* to
2003-11-13 Jeffrey Stedfast <fejj@ximian.com> * 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
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r--mail/mail-component.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c
index f2e6a903c4..486477e46a 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -676,6 +676,12 @@ mail_component_storages_foreach (MailComponent *component, GHFunc func, void *us
}
+void
+mail_component_remove_folder (MailComponent *component, CamelStore *store, const char *path)
+{
+ /* FIXME: implement me */
+}
+
EMFolderTreeModel *
mail_component_get_tree_model (MailComponent *component)
{