evolution r36459 - branches/gnome-2-24/mail
- From: mcrha svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36459 - branches/gnome-2-24/mail
- Date: Fri, 26 Sep 2008 09:08:20 +0000 (UTC)
Author: mcrha
Date: Fri Sep 26 09:08:20 2008
New Revision: 36459
URL: http://svn.gnome.org/viewvc/evolution?rev=36459&view=rev
Log:
2008-09-26 Milan Crha <mcrha redhat com>
** Fix for bug #552583 (Suggested by Sebastian Keller)
* mail-session.c: (get_password):
Do not hide auth_mech from the URL.
Modified:
branches/gnome-2-24/mail/ChangeLog
branches/gnome-2-24/mail/mail-session.c
Modified: branches/gnome-2-24/mail/mail-session.c
==============================================================================
--- branches/gnome-2-24/mail/mail-session.c (original)
+++ branches/gnome-2-24/mail/mail-session.c Fri Sep 26 09:08:20 2008
@@ -171,7 +171,7 @@
char *ret = NULL;
EAccount *account = NULL;
- url = service?camel_url_to_string(service->url, CAMEL_URL_HIDE_ALL):NULL;
+ url = service ? camel_url_to_string (service->url, CAMEL_URL_HIDE_ALL & (~CAMEL_URL_HIDE_AUTH)) : NULL;
if (!strcmp(item, "popb4smtp_uri")) {
/* not 100% mt safe, but should be ok */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]