aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorBharath Acharya <abharath@novell.com>2008-10-10 15:58:56 +0800
committerBharath Acharya <abharath@src.gnome.org>2008-10-10 15:58:56 +0800
commit816eb7545078d43caeba865ed1a5822555cd31a8 (patch)
tree80f9436b780403ce806588fb7d8c82763bfb99a2 /mail/ChangeLog
parent3fa5c34a8f0d5194824b91ec89115bb6a9df9780 (diff)
downloadgsoc2013-evolution-816eb7545078d43caeba865ed1a5822555cd31a8.tar
gsoc2013-evolution-816eb7545078d43caeba865ed1a5822555cd31a8.tar.gz
gsoc2013-evolution-816eb7545078d43caeba865ed1a5822555cd31a8.tar.bz2
gsoc2013-evolution-816eb7545078d43caeba865ed1a5822555cd31a8.tar.lz
gsoc2013-evolution-816eb7545078d43caeba865ed1a5822555cd31a8.tar.xz
gsoc2013-evolution-816eb7545078d43caeba865ed1a5822555cd31a8.tar.zst
gsoc2013-evolution-816eb7545078d43caeba865ed1a5822555cd31a8.zip
** Fix for bug #555203
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. svn path=/trunk/; revision=36585
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 567a5a2f6e..de2af048fa 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+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.
+
2008-10-05 Sankar P <psankar@novell.com>
** Fix for bug #554349