From 6aa953cdf3ce6dbdb38be3942213d015eb01d4b0 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 25 Sep 2011 21:55:14 -0400 Subject: Adapt to CamelURL API changes. --- mail/e-mail-session.c | 2 +- mail/em-account-editor.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mail') diff --git a/mail/e-mail-session.c b/mail/e-mail-session.c index 7ed8720e75..e1820501af 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 b9589d51c3..5f2289ab58 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); -- cgit v1.2.3