aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-component.c
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2004-01-20 07:21:36 +0800
committerMichael Zucci <zucchi@src.gnome.org>2004-01-20 07:21:36 +0800
commit1394828ccaf3f5d0b1cc5222de415c16d69614c3 (patch)
treec95d2b31c9e6f2aef9a6f3d14d3f51a54200128f /mail/mail-component.c
parent6d9c4adb0da40444a409ae4da9cf6418a9e3c828 (diff)
downloadgsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.tar
gsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.tar.gz
gsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.tar.bz2
gsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.tar.lz
gsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.tar.xz
gsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.tar.zst
gsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.zip
** See bug #52990.
2004-01-20 Not Zed <NotZed@Ximian.com> ** See bug #52990. * mail-component.c (mail_component_init): re-enable auto-send-recv setup. svn path=/trunk/; revision=24318
Diffstat (limited to 'mail/mail-component.c')
-rw-r--r--mail/mail-component.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-component.c b/mail/mail-component.c
index a437de6318..749fcbc3eb 100644
--- a/mail/mail-component.c
+++ b/mail/mail-component.c
@@ -543,7 +543,7 @@ mail_component_init (MailComponent *component)
accounts = mail_config_get_accounts ();
load_accounts(component, accounts);
- /* mail_autoreceive_setup (); EPFIXME keep it off for testing */
+ mail_autoreceive_setup();
setup_search_context (component);