From 84e8edcda2db9026375b70b1a645ad513da4c6a5 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 10 Jun 2002 22:44:42 +0000 Subject: Comment out the code to add/remove the store to the folder-tree when it 2002-06-10 Jeffrey Stedfast * mail-accounts.c (account_able_clicked): Comment out the code to add/remove the store to the folder-tree when it gets enabled/disabled. svn path=/trunk/; revision=17162 --- mail/mail-accounts.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail/mail-accounts.c') diff --git a/mail/mail-accounts.c b/mail/mail-accounts.c index 19e27ff142..7805e47715 100644 --- a/mail/mail-accounts.c +++ b/mail/mail-accounts.c @@ -316,12 +316,15 @@ account_able_clicked (GtkButton *button, gpointer user_data) account->source->enabled = !account->source->enabled; +#if 0 + /* if the account got disabled, remove it from the folder-tree, otherwise add it to the folder-tree */ if (account->source && account->source->url) { if (account->source->enabled) mail_load_storage_by_uri (prefs->shell, account->source->url, account->name); else mail_remove_storage_by_uri (account->source->url); } +#endif #if USE_ETABLE -- cgit v1.2.3