diff options
author | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 14:24:53 +0800 |
---|---|---|
committer | Suman Manjunath <msuman@src.gnome.org> | 2008-01-28 14:24:53 +0800 |
commit | 89791fb36475d2cfceefd8613f1f2802b3b96267 (patch) | |
tree | 64d496076244f30fe55f89a3c5a258ad9e2d469d /mail/ChangeLog | |
parent | 8d0007578eef6f69c3a2af9b7954f44c671ec331 (diff) | |
download | gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar.gz gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.tar.zst gsoc2013-evolution-89791fb36475d2cfceefd8613f1f2802b3b96267.zip |
Patch from Milan Crha <mcrha@redhat.com> ** Fix for bug #504062 (Don't use collate keys for comparing addresses as they are not hashed)
svn path=/trunk/; revision=34911
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 0be2a3cb3a..7222fb34d4 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2008-01-28 Milan Crha <mcrha@redhat.com> + + ** Fix for bug #504062 + + * message-list.c: (get_normalised_string): Store strings for addresses, + instead of collate keys. + * message-list.etspec: Compare Subject as strings, not as collate. + 2008-01-28 Andre Klapper <a9016009@gmx.de> * em-filter-i18n.h: Added translator comments. |