Closed
Bug 288476
Opened 20 years ago
Closed 20 years ago
Threading should allow a secondary sort criteria
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 262319
People
(Reporter: clint, Assigned: mscott)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050325 Firefox/1.0.2
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.6) Gecko/20050325 Firefox/1.0.2
Threading is a neat feature and all, but there's one drawback. When you have
threading enabled, new messages are placed into their thread and this may not be
at the top of the screen. I suspect that Thunderbird is using the first message
as the sort criteria for thread order. However, it would be more useful if it
used the _newest_ message in a thread. That way, when a new message gets put
into a thread, the thread is elevated and everything new appears at the top.
Mutt has this feature and is enabled by:
set sort=threads
set sort_aux=reverse-last-date-received
Reproducible: Always
Steps to Reproduce:
Expected Results:
Threads with the newest message should appear on top.
Comment 1•20 years ago
|
||
(In reply to comment #0)
> I suspect that Thunderbird is using the first message as the sort criteria
> for thread order. However, it would be more useful if it used the _newest_
> message in a thread.
When sorting by date, the newest message in the thread *is* used for ordering
the threads. All other criteria use the topmost message in the thread.
> That way, when a new message gets put
> into a thread, the thread is elevated and everything new appears at the top.
This happens, except: as new messages arrive, the threads are not reordered.
If that reordering is the behavior you want, please mark this as a duplicate of
bug 262319. Otherwise, this bug should be marked as Invalid.
btw, multiple sort criteria is bug 57898.
Comment 2•20 years ago
|
||
No response from reporter, duping.
*** This bug has been marked as a duplicate of 262319 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•