[evolution-data-server] camel_settings_load_from_url(): Forgot to handle "auth-mechanism".
- From: Matthew Barnes <mbarnes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] camel_settings_load_from_url(): Forgot to handle "auth-mechanism".
- Date: Mon, 7 Nov 2011 01:10:44 +0000 (UTC)
commit 4056cefe35a00c913330cf22fa4b0d9ab47e23e3
Author: Matthew Barnes <mbarnes redhat com>
Date: Fri Nov 4 13:16:00 2011 -0400
camel_settings_load_from_url(): Forgot to handle "auth-mechanism".
camel/camel-settings.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/camel/camel-settings.c b/camel/camel-settings.c
index ff0706b..d50f20a 100644
--- a/camel/camel-settings.c
+++ b/camel/camel-settings.c
@@ -260,6 +260,7 @@ camel_settings_load_from_url (CamelSettings *settings,
if (CAMEL_IS_NETWORK_SETTINGS (settings))
g_object_set (
settings,
+ "auth-mechanism", url->authmech,
"host", url->host,
"port", url->port,
"user", url->user,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]