diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 9a7f41611d..961f82304e 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -60,7 +60,7 @@ fetch_mail (GtkWidget *button, gpointer user_data) CamelFolder *folder = NULL, *outfolder = NULL; int nmsgs, i; CamelMimeMessage *msg = NULL; - char *path, *url = NULL, *provider; + char *path, *url = NULL; gboolean get_remote; window = GTK_WINDOW (gtk_widget_get_ancestor (GTK_WIDGET (fb), @@ -81,18 +81,6 @@ fetch_mail (GtkWidget *button, gpointer user_data) return; } - /* FIXME: this should go away when the provider situation is - * improved. - */ - path = g_strdup_printf ("=%s/config=/mail/remote_provider", - evolution_dir); - provider = gnome_config_get_string_with_default (path, NULL); - g_free (path); - if (provider) { - camel_provider_register_as_module (provider); - g_free (provider); - } - ex = camel_exception_new (); /* If fetching mail from an mbox store, safely copy it to a |