diff options
Diffstat (limited to 'mail/mail-local.c')
-rw-r--r-- | mail/mail-local.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/mail-local.c b/mail/mail-local.c index 2511922fa6..489f426046 100644 --- a/mail/mail-local.c +++ b/mail/mail-local.c @@ -854,9 +854,9 @@ reconfigure_folder_reconfigure(struct _mail_msg *mm) local_folder->folder = m->fb->folder = NULL; camel_url_set_protocol (url, meta->format); - fromurl = camel_url_to_string (url, FALSE); + fromurl = camel_url_to_string (url, CAMEL_URL_HIDE_PASSWORD | CAMEL_URL_HIDE_PARAMS); camel_url_set_protocol (url, m->newtype); - tourl = camel_url_to_string (url, FALSE); + tourl = camel_url_to_string (url, CAMEL_URL_HIDE_PASSWORD | CAMEL_URL_HIDE_PARAMS); d(printf("opening stores %s and %s\n", fromurl, tourl)); |