aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mail/e-mail-session.c2
-rw-r--r--mail/em-account-editor.c2
2 files changed, 2 insertions, 2 deletions
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);