aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-config-druid.c
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-01-13 15:27:01 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-01-13 15:27:01 +0800
commit391b62599222f023593b51c10fc0aec26a535f57 (patch)
treecaeec651bf6af9d2f5c4b7db56b137d32562f082 /mail/mail-config-druid.c
parentd223e02dc78c4d5126bcd16f4bb987aece8b8815 (diff)
downloadgsoc2013-evolution-391b62599222f023593b51c10fc0aec26a535f57.tar
gsoc2013-evolution-391b62599222f023593b51c10fc0aec26a535f57.tar.gz
gsoc2013-evolution-391b62599222f023593b51c10fc0aec26a535f57.tar.bz2
gsoc2013-evolution-391b62599222f023593b51c10fc0aec26a535f57.tar.lz
gsoc2013-evolution-391b62599222f023593b51c10fc0aec26a535f57.tar.xz
gsoc2013-evolution-391b62599222f023593b51c10fc0aec26a535f57.tar.zst
gsoc2013-evolution-391b62599222f023593b51c10fc0aec26a535f57.zip
Fixed mail_load_storages to make a mini GSList of the account, not the
2001-01-13 Jeffrey Stedfast <fejj@ximian.com> * mail-config-druid.c (druid_finish): Fixed mail_load_storages to make a mini GSList of the account, not the account->source. Oops. * mail-accounts.c (news_delete): Updated to use the remove_news() function. * mail-config.c (mail_config_remove_news): New convenience function for removing news accounts. (mail_config_remove_account): Pretty much the same thing. * mail-ops.c (do_send_queue): Get the X-Evolution-Transport URL and use that if it exists, else fall back on the default transport. * mail-callbacks.c (composer_postpone_cb): Set an X-Evolution-Transport header. svn path=/trunk/; revision=7477
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 faf2e7f2f8..67c1663839 100644
--- a/mail/mail-config-druid.c
+++ b/mail/mail-config-druid.c
@@ -224,7 +224,7 @@ druid_finish (GnomeDruidPage *page, gpointer arg1, gpointer user_data)
mail_config_add_account (account);
mail_config_write ();
- mini = g_slist_prepend (NULL, account->source);
+ mini = g_slist_prepend (NULL, account);
mail_load_storages (druid->shell, mini, TRUE);
g_slist_free (mini);