Grouped conversation sorting
When grouping conversations, it sorts the mails old to new. Can you add a sort function? I'd like the recent mails to be on top of the list.
-
Ae
commented
Yes, please implement this asap. Also conversation grouping on mobile apps please!
-
Xav Palo
commented
I was looking for a way to do this, and a bit of CSS is enough.
Go to Settings > Appearance, and in the field "Custom Theme" add this :/* Reverse messages sorting of conversations */
#pm_thread {
display: flex;
flex-direction: column-reverse;
} -
Jorg
commented
I second this request
-
Kuba
commented
I would be great to have it.
Currently I have conversation with > 10 messages and it gets bigger and bigger. Every time I want to see update I have to scroll to bottom to see most recent mail.