From 7b8057a43c064a5f5a3611eb59d8bd68d1aabe11 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Mon, 20 Nov 2000 23:49:53 +0000 Subject: Save out the md5 hash of the messageid as hex, since thats all we have for 2000-11-20 Not Zed * message-list.c (save_node_state): Save out the md5 hash of the messageid as hex, since thats all we have for those nodes. (build_subtree): Expand the messageid to a hex string first, then check it. (add_node_diff): And the same here. * message-thread.c (thread_messages): Changed for changes to messageid/references items. (id_hash, id_equal): New functions to hash on the binary message id hash. (thread_messages): removed some more no longer used dead code. svn path=/trunk/; revision=6617 --- mail/ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 0ef37d3aac..875d3dfe2a 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,16 @@ +2000-11-20 Not Zed + + * message-list.c (save_node_state): Save out the md5 hash of the + messageid as hex, since thats all we have for those nodes. + (build_subtree): Expand the messageid to a hex string first, then + check it. + (add_node_diff): And the same here. + + * message-thread.c (thread_messages): Changed for changes to + messageid/references items. + (id_hash, id_equal): New functions to hash on the binary message id hash. + (thread_messages): removed some more no longer used dead code. + 2000-11-20 Jeffrey Stedfast * message-list.c (e_mail_address_compare): New comparison function -- cgit v1.2.3