On Sat, Dec 01, 2012 at 07:08:24PM +0000, Chris Green wrote:
> On Sat, Dec 01, 2012 at 07:06:18PM +0000, Chris Green wrote:

> > > The problem is that threading isn't working at all, $sort_aux surely
> > > just changes the sort rules within a thread.  At the moment mutt isn't
> > > seeing/showing threads at all even though there are several messages
> > > with the same subject.

> > Am I being stupid or is this feature just not working?

> Yes, I am being silly!  Mutt will only thread when the 'child' messages
> subject has "Re:" at the front (or whatever matches that regular
> expression).

Mutt's threading isn't primarily based on subject line. The proper way
to determine threads is to look at the Message-IDs in the In-Reply-To:
header. Mutt does also have an option (set by default) to also do some
pseudo-threading based on subject; see $strict_threads and $reply_regexp
in the "fine" manual. Messages that have been threaded based on the
subject will have a "*" in the thread tree.

If you reply to the message using mutt or any mailer which preserves the
In-Reply-To header, even if you edit out that 'Re: ' prefix, it will
still thread the reply correctly. However, if you send a new message
with the same subject line, it won't.

But either way, the intent is to group replies to a message together,
rather than grouping all messages with the same subject together in one
thread.

w

Reply via email to