aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@helixcode.com>2000-11-21 06:59:29 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2000-11-21 06:59:29 +0800
commit768136e12929387977670515f30d87d7a91a7865 (patch)
tree9cdee90a035b750dc25e7f2108227302f6275cfd /mail/ChangeLog
parentba1dbc4a96583a0b89a2002e620c628c57096fb7 (diff)
downloadgsoc2013-evolution-768136e12929387977670515f30d87d7a91a7865.tar
gsoc2013-evolution-768136e12929387977670515f30d87d7a91a7865.tar.gz
gsoc2013-evolution-768136e12929387977670515f30d87d7a91a7865.tar.bz2
gsoc2013-evolution-768136e12929387977670515f30d87d7a91a7865.tar.lz
gsoc2013-evolution-768136e12929387977670515f30d87d7a91a7865.tar.xz
gsoc2013-evolution-768136e12929387977670515f30d87d7a91a7865.tar.zst
gsoc2013-evolution-768136e12929387977670515f30d87d7a91a7865.zip
New comparison function that will replace address_compare if/when we ever
2000-11-20 Jeffrey Stedfast <fejj@helixcode.com> * message-list.c (e_mail_address_compare): New comparison function that will replace address_compare if/when we ever go to save the preparsed addresses in the ETable rather than parsing them each time. Also fixed it so that we should get better sorting when addresses don't contain name parts (I was checking for NULL but not '\0'). (address_compare): Use e_mail_address_compare. svn path=/trunk/; revision=6616
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index f1ae21a2e1..0ef37d3aac 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -6,6 +6,7 @@
time. Also fixed it so that we should get better sorting when
addresses don't contain name parts (I was checking for NULL but
not '\0').
+ (address_compare): Use e_mail_address_compare.
2000-11-17 Jeffrey Stedfast <fejj@helixcode.com>