[evolution] Adapt to CamelURL API changes.



commit 6aa953cdf3ce6dbdb38be3942213d015eb01d4b0
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Sep 25 21:55:14 2011 -0400

    Adapt to CamelURL API changes.

 mail/e-mail-session.c    |    2 +-
 mail/em-account-editor.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/mail/e-mail-session.c b/mail/e-mail-session.c
index 7ed8720..e182050 100644
--- a/mail/e-mail-session.c
+++ b/mail/e-mail-session.c
@@ -521,7 +521,7 @@ mail_session_make_key (CamelService *service,
 	if (service != NULL)
 		key = camel_url_to_string (
 			camel_service_get_camel_url (service),
-			CAMEL_URL_HIDE_PASSWORD | CAMEL_URL_HIDE_PARAMS);
+			CAMEL_URL_HIDE_PARAMS);
 	else
 		key = g_strdup (item);
 
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c
index b9589d5..5f2289a 100644
--- a/mail/em-account-editor.c
+++ b/mail/em-account-editor.c
@@ -4045,7 +4045,7 @@ forget_password_if_needed (EAccount *original_account,
 		if (!url)
 			return;
 
-		url_str = camel_url_to_string (url, CAMEL_URL_HIDE_PASSWORD | CAMEL_URL_HIDE_PARAMS);
+		url_str = camel_url_to_string (url, CAMEL_URL_HIDE_PARAMS);
 		if (url_str)
 			e_passwords_forget_password (NULL, url_str);
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]