From 4caf4a1d4e30c9bd171350ce3672f25a2a176c1e Mon Sep 17 00:00:00 2001 From: 8 Date: Sat, 29 Sep 2001 00:00:33 +0000 Subject: Setup vfolder storage before all others. 2001-09-28 * component-factory.c (owner_set_cb): Setup vfolder storage before all others. svn path=/trunk/; revision=13243 --- mail/ChangeLog | 3 +++ mail/component-factory.c | 2 -- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index dd3daf533c..49ceaf5ee9 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2001-09-28 + * component-factory.c (owner_set_cb): Setup vfolder storage before + all others. + * mail-local.c (mail_local_store_remove_folder): Emit folder_deleted event. (remove_find_path): Fix, compare against path, not full_name. diff --git a/mail/component-factory.c b/mail/component-factory.c index 6fb72410af..4bb72ff0ed 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -668,8 +668,6 @@ owner_set_cb (EvolutionShellComponent *shell_component, storages_hash = g_hash_table_new (NULL, NULL); - /*vfolder_create_storage (shell_component);*/ - corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); vfolder_load_storage(corba_shell); -- cgit v1.2.3