From 55499dc0155c1fee40539cd23774453cb3d5cb1d Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Tue, 25 Jul 2000 17:31:50 +0000 Subject: Don't group together messages with the same non-Re: subject and no * message-thread.c (group_root_set): Don't group together messages with the same non-Re: subject and no References/In-Reply-To. More often than not, they're unrelated. (eg, "[No subject]".) (thread_messages): Handle messages with no Message-Id. "This shouldn't happen", but it does sometimes, and it's not much code to make it just work. svn path=/trunk/; revision=4317 --- mail/ChangeLog | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mail/ChangeLog') diff --git a/mail/ChangeLog b/mail/ChangeLog index 5936258b72..0a6f1293c8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2000-07-25 Dan Winship + + * message-thread.c (group_root_set): Don't group together messages + with the same non-Re: subject and no References/In-Reply-To. More + often than not, they're unrelated. (eg, "[No subject]".) + (thread_messages): Handle messages with no Message-Id. "This + shouldn't happen", but it does sometimes, and it's not much code + to make it just work. + 2000-07-25 Ettore Perazzoli * mail-config.c (create_service_page): Call -- cgit v1.2.3