diff options
author | Not Zed <NotZed@HelixCode.com> | 2000-11-21 07:49:53 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2000-11-21 07:49:53 +0800 |
commit | 7b8057a43c064a5f5a3611eb59d8bd68d1aabe11 (patch) | |
tree | 1e10e2e6198374cb819c2f74809d9bf87cfeb8e1 /mail/ChangeLog | |
parent | 768136e12929387977670515f30d87d7a91a7865 (diff) | |
download | gsoc2013-evolution-7b8057a43c064a5f5a3611eb59d8bd68d1aabe11.tar gsoc2013-evolution-7b8057a43c064a5f5a3611eb59d8bd68d1aabe11.tar.gz gsoc2013-evolution-7b8057a43c064a5f5a3611eb59d8bd68d1aabe11.tar.bz2 gsoc2013-evolution-7b8057a43c064a5f5a3611eb59d8bd68d1aabe11.tar.lz gsoc2013-evolution-7b8057a43c064a5f5a3611eb59d8bd68d1aabe11.tar.xz gsoc2013-evolution-7b8057a43c064a5f5a3611eb59d8bd68d1aabe11.tar.zst gsoc2013-evolution-7b8057a43c064a5f5a3611eb59d8bd68d1aabe11.zip |
Save out the md5 hash of the messageid as hex, since thats all we have for
2000-11-20 Not Zed <NotZed@HelixCode.com>
* 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
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
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 <NotZed@HelixCode.com> + + * 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 <fejj@helixcode.com> * message-list.c (e_mail_address_compare): New comparison function |