diff options
author | Harish Krishnaswamy <kharish@novell.com> | 2006-12-04 01:43:08 +0800 |
---|---|---|
committer | Harish Krishnaswamy <kharish@src.gnome.org> | 2006-12-04 01:43:08 +0800 |
commit | 2bb9e731bed3b5e001e1b1af6e0545eea2a88f3e (patch) | |
tree | 687a216d34e6f33db1b3e318f8ae4b1e37de23f7 /mail/mail-component.c | |
parent | 9a797017a1123f14d77af3b2b2aa0df71f944136 (diff) | |
download | gsoc2013-evolution-2bb9e731bed3b5e001e1b1af6e0545eea2a88f3e.tar.gz gsoc2013-evolution-2bb9e731bed3b5e001e1b1af6e0545eea2a88f3e.tar.zst gsoc2013-evolution-2bb9e731bed3b5e001e1b1af6e0545eea2a88f3e.zip |
Do not attempt to prune GW proxies on startup as this handled by the
2006-12-03 Harish Krishnaswamy <kharish@novell.com>
* mail-component.c: (mc_startup): Do not attempt to
prune GW proxies on startup as this handled by the plugin
now.
svn path=/trunk/; revision=33036
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r-- | mail/mail-component.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c index 73272798c2..585c5b20fc 100644 --- a/mail/mail-component.c +++ b/mail/mail-component.c @@ -369,7 +369,6 @@ mc_startup(MailComponent *mc) started = 1; mc_setup_local_store(mc); - mail_config_prune_proxies (); load_accounts(mc, mail_config_get_accounts()); vfolder_load_storage(); } |