diff options
author | Akhil Laddha <lakhil@novell.com> | 2008-10-20 12:06:01 +0800 |
---|---|---|
committer | Akhil Laddha <lakhil@src.gnome.org> | 2008-10-20 12:06:01 +0800 |
commit | 028310948a0a646b85f6d6b0621c531a5512a474 (patch) | |
tree | 1afb3ec6ec19f7ef9eab6f196fa9eab83aea20df | |
parent | 34fc37b5d9aecf9b339b99b8a0fd3d579e29d5db (diff) | |
download | gsoc2013-evolution-028310948a0a646b85f6d6b0621c531a5512a474.tar.gz gsoc2013-evolution-028310948a0a646b85f6d6b0621c531a5512a474.tar.zst gsoc2013-evolution-028310948a0a646b85f6d6b0621c531a5512a474.zip |
** Revert the patch committed in rev 36458
2008-10-20 Akhil Laddha <lakhil@novell.com>
** Revert the patch committed in rev 36458
* Patch from Bug 552583
svn path=/trunk/; revision=36656
-rw-r--r-- | mail/mail-session.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |