From d9985a41bb77a929ff8628c0859f927169d297a3 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Fri, 16 Feb 2001 04:26:05 +0000 Subject: Have the mail-config and openpgp initialize here instead. 2001-02-15 Jeffrey Stedfast * main.c (main): Have the mail-config and openpgp initialize here instead. * component-factory.c (owner_set_cb): No need to have mail-config and openpgp init here. svn path=/trunk/; revision=8250 --- mail/component-factory.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'mail/component-factory.c') diff --git a/mail/component-factory.c b/mail/component-factory.c index fef109679f..4215f78c66 100644 --- a/mail/component-factory.c +++ b/mail/component-factory.c @@ -188,9 +188,6 @@ 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); -- cgit v1.2.3