diff options
author | Bharath Acharya <abharath@novell.com> | 2008-11-07 12:49:40 +0800 |
---|---|---|
committer | Bharath Acharya <abharath@src.gnome.org> | 2008-11-07 12:49:40 +0800 |
commit | f0e5be67de227a5a77497396feb6317a5d3373d4 (patch) | |
tree | b8648cbdcc7a46695c0d0aab60d36bf6cb428a9f /mail/ChangeLog | |
parent | 4272acb80703d2227695b40fd74e0ec906a9ef5e (diff) | |
download | gsoc2013-evolution-f0e5be67de227a5a77497396feb6317a5d3373d4.tar.gz gsoc2013-evolution-f0e5be67de227a5a77497396feb6317a5d3373d4.tar.zst gsoc2013-evolution-f0e5be67de227a5a77497396feb6317a5d3373d4.zip |
** Fix for BNC bug #437226 Proper message is missing in mail sent by
2008-11-07 Bharath Acharya <abharath@novell.com>
** Fix for BNC bug #437226
Proper message is missing in mail sent by delegatee
* em-format-html.c (efh_format_headers): Regression caused by
r35319. Check for the condition only after the while loop.
svn path=/trunk/; revision=36750
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 8b6af8fe12..27530290f0 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2008-11-07 Bharath Acharya <abharath@novell.com> + + ** Fix for BNC bug #437226 + + * em-format-html.c (efh_format_headers): Regression caused by r35319. + Check for the condition only after the while loop. + 2008-11-05 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #559371 |