Re: Threading bug due to a reply to multiple messages
On Thu, 2005-04-21 at 17:34:29 +0200, Vincent Lefevre wrote:
> On 2005-04-21 06:32:22 +0200, Anders Helmersson wrote:
> > 1 r Apr 21 Vincent Lefevre (0.1K) Message A
> > 2 r Apr 21 Vincent Lefevre (0.1K) ├─>Reply 1 to Message A
> > 3 Apr 21 Vincent Lefevre (0.2K) │ └─>Reply to replies 1 and 2
> > 4 r Apr 21 Vincent Lefevre (0.1K) └─>Reply 2 to Message A
>
> Perhaps because the sort order is not the same.
I have sort=threads.
> This is Mutt that added the message-id twice. So, it should be able
> to cope with that.
Yes, it should, but the redundant references should be removed as well.
I would like to see three fixes:
1) message-id should not be repeated in the References line;
2) mutt should display the threads in the right order; and,
3) as a suggestion, mutt should indicate joined subthreads in a
clear way, for instance like in the index view below, where the "o"
represents replied messages.
1 r Apr 21 Vincent Lefevre (0.1K) Message A
2 r Apr 21 Vincent Lefevre (0.1K) ├─o>Reply 1 to Message A
3 r Apr 21 Vincent Lefevre (0.1K) └─o>Reply 2 to Message A
4 Apr 21 Vincent Lefevre (0.2K) └─>Reply to replies 1 and 2
Now it is difficult to see joined threads without looking in the
headers.
Anders