diff options
author | Not Zed <NotZed@Ximian.com> | 2004-01-20 07:21:36 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-01-20 07:21:36 +0800 |
commit | 1394828ccaf3f5d0b1cc5222de415c16d69614c3 (patch) | |
tree | c95d2b31c9e6f2aef9a6f3d14d3f51a54200128f /mail/mail-component.c | |
parent | 6d9c4adb0da40444a409ae4da9cf6418a9e3c828 (diff) | |
download | gsoc2013-evolution-1394828ccaf3f5d0b1cc5222de415c16d69614c3.tar.gz 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.c | 2 |
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); |