From a9959a65c24cb76ee1d770b6a453486e80d55daf Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 2 Jun 2000 18:13:17 +0000 Subject: Use camel_service_connect, not connect_with_url, since we already passed * mail-ops.c (fetch_mail): Use camel_service_connect, not connect_with_url, since we already passed the URL into camel_session_get_store. svn path=/trunk/; revision=3392 --- mail/mail-ops.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index 12c2162110..c054bcdee1 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -159,8 +159,7 @@ fetch_mail (GtkWidget *button, gpointer user_data) mail_exception_dialog ("Unable to get new mail", ex, fb); goto cleanup; } - camel_service_connect_with_url (CAMEL_SERVICE (store), - url, ex); + camel_service_connect (CAMEL_SERVICE (store), ex); if (camel_exception_get_id (ex) != CAMEL_EXCEPTION_NONE) { if (camel_exception_get_id (ex) != CAMEL_EXCEPTION_USER_CANCEL) mail_exception_dialog ("Unable to get new mail", ex, fb); -- cgit v1.2.3