Thomas Bruederli wrote:
Actually RoundCube should attempt to sort the message set retrieved from the server again because you can't be sure that the messages are returned in the right sequence. This is done in rcube_imap.inc on line 571/572 but those lines were commented out in revision 203 by myself (shame on me!). Making use of iil_SortHeaders() again should solve the problem. If not, we should try to improve the sorting algorithm in that function.
That's it!
Uncommenting those lines works, and I have not noticed any significant slowdown either. So we've solved this one :)
mtu