From: Jeffrey Stedfast Date: Mon, 5 Feb 2001 21:52:28 +0000 (+0000) Subject: Oops. Change this too. X-Git-Tag: upstream/3.7.4~11146 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=47eeb6aad0a76bd81962622982ce34a9b203924c;p=platform%2Fupstream%2Fevolution-data-server.git Oops. Change this too. 2001-02-05 Jeffrey Stedfast * camel-remote-store.c (remote_query_auth_types): Oops. Change this too. --- diff --git a/camel/ChangeLog b/camel/ChangeLog index a08c80a..8554ea2 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-02-05 Jeffrey Stedfast + * camel-remote-store.c (remote_query_auth_types): Oops. Change + this too. + * providers/smtp/camel-smtp-transport.c (query_auth_types): Updated. * providers/nntp/camel-nntp-store.c (nntp_store_query_auth_types): diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c index 1c73639..e81ef5e 100644 --- a/camel/camel-remote-store.c +++ b/camel/camel-remote-store.c @@ -63,7 +63,7 @@ static CamelStoreClass *store_class = NULL; static gboolean remote_connect (CamelService *service, CamelException *ex); static gboolean remote_disconnect (CamelService *service, gboolean clean, CamelException *ex); -static GList *remote_query_auth_types(CamelService *service, CamelException *ex); +static GList *remote_query_auth_types(CamelService *service, gboolean connect, CamelException *ex); static void remote_free_auth_types (CamelService *service, GList *authtypes); static char *remote_get_name (CamelService *service, gboolean brief); static char *remote_get_folder_name (CamelStore *store, @@ -166,7 +166,7 @@ static CamelServiceAuthType password_authtype = { */ static GList * -remote_query_auth_types (CamelService *service, CamelException *ex) +remote_query_auth_types (CamelService *service, gboolean connect, CamelException *ex) { return NULL; }