justin randell wrote:
hi robert and thomas,
robert: sorry for my laziness on making it work for all supported languages!
For me it actually works with all languages (no program erros) except the title of the sort button is not translated.
thomas: are you working on making sorting work for all languages? do you want me to do it?
I will do it as soon as I find some time to work on RoundCube again.
another question about sorting: how to make it work in message view?
eg, when i go to a mailbox, sort it, then view a message, if i use the next or previous message button, then i lose the sorting. at the moment, the next and previous buttons only know about the uid of the message, not the sorting order.
You're right, I didn't think of that either. I will take care about it. I think that should not be very difficult since we're saving the sort order within the session.
squirrelmail handles this by storing an array in the session which maps message ids for a given mailbox with the sort ranking for a particular type of sort for each message.
any thoughts on how we should implement this? can anyone think of a better way than the one used by squirrelmail?
cheers justin
Regards, Thomas