Inconsistent Sort Order
Reported by conner (at metacloud) | December 19th, 2013 @ 10:49 PM
Clicking repeatedly on the "Date Received" column header switches between ascending and descending sort of threads, as expected.
However, the sorting within each thread is unaffected by this, and is always ascending. This results in some incredibly unclear inconsistency, as message order switches back and forth between and within threads.
Comments and changes to this ticket
-
benny December 20th, 2013 @ 08:29 AM
- State changed from new to accepted
The problem is that MailMate uses strict threading. Every pair of parent-child in the outline is a message and its reply. In this model, it is impossible to have a meaningful newest-at-top sorting since the child is always newer than the parent. It was implemented with newest-at-bottom in mind.
What is needed is a different threading mode which is similar to the “grouped” threading of other email clients. This groups related messages with a single nesting level and therefore makes it more natural to sort in reverse. Such a threading mode is on the todo. I cannot provide a time frame, but it's a frequent request. I'll use this ticket to track any progress on the issue.
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Mac OS X email client.
Attachments
Referenced by
- 575 Threading doesn't work with RT-based mails This actually makes it a duplicate of thread #548.
- 581 Not All Threads are Shown It is a frequent request (#575, #548) to offer more flexi...
- 1301 Honouring References header in threading If it's only listed in References then I assume it's beca...