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-send-recv.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-send-recv.c')
-rw-r--r-- | mail/mail-send-recv.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-send-recv.c b/mail/mail-send-recv.c index d2c79c662d..49b2c3c574 100644 --- a/mail/mail-send-recv.c +++ b/mail/mail-send-recv.c @@ -771,7 +771,7 @@ mail_autoreceive_setup (void) EAccountList *accounts; GHashTable *set_hash; EIterator *iter; - + accounts = mail_config_get_accounts (); if (auto_active == NULL) @@ -791,7 +791,7 @@ mail_autoreceive_setup (void) if (account->enabled && source->url && source->auto_check) { struct _auto_data *info; - d(printf("setting up auto-receive mail for : %s\n", source->url)); + d(printf("setting up auto-receive mail for : %s %dm\n", source->url, source->auto_check_time)); g_hash_table_remove(set_hash, source->url); info = g_hash_table_lookup(auto_active, source->url); |