From 028310948a0a646b85f6d6b0621c531a5512a474 Mon Sep 17 00:00:00 2001 From: Akhil Laddha Date: Mon, 20 Oct 2008 04:06:01 +0000 Subject: ** Revert the patch committed in rev 36458 2008-10-20 Akhil Laddha ** Revert the patch committed in rev 36458 * Patch from Bug 552583 svn path=/trunk/; revision=36656 --- mail/mail-session.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mail/mail-session.c b/mail/mail-session.c index 0a5b9244d5..a627866823 100644 --- a/mail/mail-session.c +++ b/mail/mail-session.c @@ -171,7 +171,7 @@ get_password (CamelSession *session, CamelService *service, const char *domain, char *ret = NULL; EAccount *account = NULL; - url = service ? camel_url_to_string (service->url, CAMEL_URL_HIDE_ALL & (~CAMEL_URL_HIDE_AUTH)) : NULL; + url = service?camel_url_to_string(service->url, CAMEL_URL_HIDE_ALL):NULL; if (!strcmp(item, "popb4smtp_uri")) { /* not 100% mt safe, but should be ok */ -- cgit v1.2.3