From 45f3b7586781b65bc51cfd77630a06a505786159 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Thu, 4 Jul 2002 23:06:41 +0000 Subject: Removed special-case code for NNTP support. 2002-07-04 Jeffrey Stedfast * mail-accounts.c: Removed special-case code for NNTP support. * mail-account-gui.c (mail_account_gui_setup): Allow configuration of both mail and news accounts. * component-factory.c (mail_load_storages): No longer need the is-account argument. * subscribe-dialog.c (populate_store_list): Don't special-case news accounts anymore. * mail-config.c (mail_config_get_default_news): Removed. (mail_config_get_news): Removed. (mail_config_add_news): Removed. (mail_config_remove_news): Removed. svn path=/trunk/; revision=17368 --- mail/subscribe-dialog.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'mail/subscribe-dialog.c') diff --git a/mail/subscribe-dialog.c b/mail/subscribe-dialog.c index b7a65e3089..0d553dd326 100644 --- a/mail/subscribe-dialog.c +++ b/mail/subscribe-dialog.c @@ -1485,7 +1485,6 @@ got_sd_store (StoreData *sd, CamelStore *store, gpointer data) static void populate_store_list (SubscribeDialog *sc) { - const GSList *news; GSList *sources; GList *iter; GtkWidget *menu; @@ -1495,9 +1494,6 @@ populate_store_list (SubscribeDialog *sc) g_slist_foreach (sources, (GFunc) populate_store_foreach, sc); g_slist_free (sources); - news = mail_config_get_news (); - g_slist_foreach ((GSList *) news, (GFunc) populate_store_foreach, sc); - menu = gtk_menu_new (); for (iter = sc->priv->store_list; iter; iter = iter->next) { -- cgit v1.2.3