From 0a12cd8b6ba0acaf48fb9d452136238e81948057 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 27 Mar 2001 05:30:41 +0000 Subject: add an argument to say whether or not you want "PLAIN" in the list (so you * camel-sasl.c (camel_sasl_authtype_list): add an argument to say whether or not you want "PLAIN" in the list (so you don't end up with "Password" twice in the config dialog). * providers/imap/camel-imap-provider.c (camel_provider_module_init): * providers/imap/camel-imap-store.c (query_auth_types): We don't want PLAIN. * providers/smtp/camel-smtp-provider.c (camel_provider_module_init): * providers/smtp/camel-smtp-transport.c (query_auth_types): But we do. svn path=/trunk/; revision=8972 --- camel/camel-sasl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'camel/camel-sasl.h') diff --git a/camel/camel-sasl.h b/camel/camel-sasl.h index 02f05eb8cf..55f2fb9e7c 100644 --- a/camel/camel-sasl.h +++ b/camel/camel-sasl.h @@ -67,7 +67,7 @@ gboolean camel_sasl_authenticated (CamelSasl *sasl); /* utility functions */ CamelSasl *camel_sasl_new (const char *service_name, const char *mechanism, CamelService *service); -GList *camel_sasl_authtype_list (void); +GList *camel_sasl_authtype_list (gboolean include_plain); CamelServiceAuthType *camel_sasl_authtype (const char *mechanism); #ifdef __cplusplus -- cgit v1.2.3