evolution r36586 - branches/gnome-2-24/mail



Author: abharath
Date: Fri Oct 10 08:11:10 2008
New Revision: 36586
URL: http://svn.gnome.org/viewvc/evolution?rev=36586&view=rev

Log:
2008-10-07  Bharath Acharya  <abharath novell com>

        ** Fix for bug #555203

        * mail-session.c: (get_password): Use the url value in cases
        where the account goes NULL. Fixes the issue of Exchange not sending
        mails, because it does not have a valid transport url to use.


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 Oct 10 08:11:10 2008
@@ -178,6 +178,8 @@
 		if (url
 		    && (account = mail_config_get_account_by_transport_url(url)))
 			ret = g_strdup(account->source->url);
+		else
+			ret = g_strdup(url);
 	} else {
 		char *key = make_key(service, item);
 		EAccountService *config_service = NULL;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]