aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config-druid.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-13 12:23:02 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-13 12:23:02 +0800
commit911b3978080cf82b9af95864477bfc194e8789a1 (patch)
treef583cd2f6b8bd24e5ed180a422c83c89abd2422a /mail/mail-config-druid.c
parent75c4fd98b64414d2e102002a5259f554f5b27b69 (diff)
downloadgsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar
gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.gz
gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.bz2
gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.lz
gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.xz
gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.tar.zst
gsoc2013-evolution-911b3978080cf82b9af95864477bfc194e8789a1.zip
Now takes a 'is_account_data' variable to specify whether the sources is a
2001-01-12 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (mail_load_storages): Now takes a 'is_account_data' variable to specify whether the sources is a list of accounts of a list of services. Basically, the only time you should pass in FALSE is when you are setting up NNTP storages. (add_storage): Now takes a 'name' argument that specifies the name to use in the storage. (owner_set_cb): Updated to pass TRUE for accounts and FALSE for news servers into mail_load_storages. svn path=/trunk/; revision=7469
Diffstat (limited to 'mail/mail-config-druid.c')
-rw-r--r--mail/mail-config-druid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/mail-config-druid.c b/mail/mail-config-druid.c
index ba13dda948..faf2e7f2f8 100644
--- a/mail/mail-config-druid.c
+++ b/mail/mail-config-druid.c
@@ -225,7 +225,7 @@ druid_finish (GnomeDruidPage *page, gpointer arg1, gpointer user_data)
mail_config_write ();
mini = g_slist_prepend (NULL, account->source);
- mail_load_storages (druid->shell, mini);
+ mail_load_storages (druid->shell, mini, TRUE);
g_slist_free (mini);
gtk_widget_destroy (GTK_WIDGET (druid));