evolution r36585 - trunk/mail
- From: abharath svn gnome org
- To: svn-commits-list gnome org
- Subject: evolution r36585 - trunk/mail
- Date: Fri, 10 Oct 2008 07:58:57 +0000 (UTC)
Author: abharath
Date: Fri Oct 10 07:58:56 2008
New Revision: 36585
URL: http://svn.gnome.org/viewvc/evolution?rev=36585&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:
trunk/mail/ChangeLog
trunk/mail/mail-session.c
Modified: trunk/mail/mail-session.c
==============================================================================
--- trunk/mail/mail-session.c (original)
+++ trunk/mail/mail-session.c Fri Oct 10 07:58:56 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]