NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
a better thread algo (Score:1)
what I did in 'mhthread' (despite what the POD says
> Sort by the date of the earliest message with that subject line. However:
> if messages share a subject line, but don't refer to each other using IRT
> or Refs headers, and were posted far enough apart (greater than 24 hours),
> then don't thread them consecutively; allow other threads to appear between
> them. This ensures that a recent post to a *really* old thread doesn't
> appear 500 messages back "in ancient history".
This works really nicely, in my experience, although I should probably shorten that "really far apart" distance to something like 12 hours instead of 24.
I should really CPANify that algorithm someday.
Reply to This
Re: (Score:2)
I wanted Mail.app's design - all new messages go to the to bottom of the screen, attached to their thread.
Re: (Score:1)