From 768136e12929387977670515f30d87d7a91a7865 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 20 Nov 2000 22:59:29 +0000 Subject: New comparison function that will replace address_compare if/when we ever 2000-11-20 Jeffrey Stedfast * 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 --- mail/ChangeLog | 1 + 1 file changed, 1 insertion(+) (limited to 'mail/ChangeLog') 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 -- cgit v1.2.3