From 655140b4626c3d8faa2282600429660aa609fa8d Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 16 Feb 2001 21:47:02 +0000 Subject: Reverse the changes I made yesterday. 2001-02-16 Jeffrey Stedfast * main.c: * component-factory.c: Reverse the changes I made yesterday. svn path=/trunk/; revision=8256 --- mail/component-factory.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index 4215f78c66..f2c977ab34 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -189,8 +189,12 @@ owner_set_cb (EvolutionShellComponent *shell_component, evolution_dir = g_strdup (evolution_homedir); mail_session_init (); + mail_config_init (); + + openpgp_init (mail_config_get_pgp_path (), mail_config_get_pgp_type ()); + storages_hash = g_hash_table_new (NULL, NULL); - + vfolder_create_storage (shell_component); corba_shell = bonobo_object_corba_objref (BONOBO_OBJECT (shell_client)); -- cgit v1.2.3