From ba1dbc4a96583a0b89a2002e620c628c57096fb7 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Mon, 20 Nov 2000 22:58:39 +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'). svn path=/trunk/; revision=6615 --- mail/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 56110fc2d9..f1ae21a2e1 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +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'). + 2000-11-17 Jeffrey Stedfast * mail-format.c (mail_generate_reply): Use the new quote_message -- cgit