diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-02-16 12:26:05 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-02-16 12:26:05 +0800 |
commit | d9985a41bb77a929ff8628c0859f927169d297a3 (patch) | |
tree | 578738b36b7bfeb5064326da73ff1b4dded73c25 /mail/component-factory.c | |
parent | b8abfcbc33cc06382bb73d79a1309d559966627d (diff) | |
download | gsoc2013-evolution-d9985a41bb77a929ff8628c0859f927169d297a3.tar.gz gsoc2013-evolution-d9985a41bb77a929ff8628c0859f927169d297a3.tar.zst gsoc2013-evolution-d9985a41bb77a929ff8628c0859f927169d297a3.zip |
Have the mail-config and openpgp initialize here instead.
2001-02-15 Jeffrey Stedfast <fejj@ximian.com>
* 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
Diffstat (limited to 'mail/component-factory.c')
-rw-r--r-- | mail/component-factory.c | 3 |
1 files changed, 0 insertions, 3 deletions
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); |