From owner-freebsd-hackers Tue Mar 25 13:27:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA10468 for hackers-outgoing; Tue, 25 Mar 1997 13:27:13 -0800 (PST) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA10461 for ; Tue, 25 Mar 1997 13:27:11 -0800 (PST) Received: from fallout.campusview.indiana.edu (fallout.campusview.indiana.edu [149.159.1.1]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id NAA18258 for ; Tue, 25 Mar 1997 13:27:07 -0800 (PST) Received: from localhost (jfieber@localhost) by fallout.campusview.indiana.edu (8.8.5/8.8.5) with SMTP id QAA09194; Tue, 25 Mar 1997 16:21:19 -0500 (EST) Date: Tue, 25 Mar 1997 16:21:18 -0500 (EST) From: John Fieber Reply-To: John Fieber To: Terry Lambert cc: Amancio Hasty , jmb@freefall.freebsd.org, langfod@dihelix.com, hackers@FreeBSD.org Subject: Re: Cool Web page interface to mail + search engine? In-Reply-To: <199703252049.NAA25652@phaeton.artisoft.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 25 Mar 1997, Terry Lambert wrote: > Then riddle me this: > > How can I reply to a message with a date stamp earlier than the > original message? > > It seems to me that threading would be implicit. Topic drift is a common occurence. A collection of messages sharing a subject line and temporal proximity may, in time, become very distinct threads, although they share a common origin. Subject and date stamps can ensure correct absolute ordering but in numerous cases, the threading quality will be abysmal. There are two problems in threading: determing what thread a message belongs to and correctly positioning the message in the thread. With reliable In-Reply-To fields, date and subject are more or less irrelevant for both problems. Without reliable In-Reply-To fields, guess work with dates and subjects is about the best you can do. Many messages have reliable In-Reply-To fields, but enough don't that the best possible solution will need to use all three bits of information (message id, date, subject). -john