From 2bb9e731bed3b5e001e1b1af6e0545eea2a88f3e Mon Sep 17 00:00:00 2001 From: Harish Krishnaswamy Date: Sun, 3 Dec 2006 17:43:08 +0000 Subject: Do not attempt to prune GW proxies on startup as this handled by the 2006-12-03 Harish Krishnaswamy * 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 --- mail/ChangeLog | 6 ++++++ mail/mail-component.c | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/mail/ChangeLog b/mail/ChangeLog index dcc159d862..0cd03307b5 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2006-12-03 Harish Krishnaswamy + + * mail-component.c: (mc_startup): Do not attempt to + prune GW proxies on startup as this handled by the plugin + now. + 2006-11-28 Daniel Gryniewicz ** Fix for bug #349966 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(); } -- cgit