hi robert and thomas,
robert: sorry for my laziness on making it work for all supported languages!
thomas: are you working on making sorting work for all languages? do you want me to do it?
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.
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
Robert Landes wrote:
Thomas,
did you test it with other lanuages than en_US ? If I try to use it with german language, it doesn't work.
Please check on that issues.
/Rob
On Sun, 23 Oct 2005 15:57:26 +0200, Thomas Bruederli roundcube@gmail.com wrote:
Hi Justin,
I tried you sorting patch and it works perfect for me. Thanks! Will add it to the current development version and change it a bit to suit better with the skin concept (I don't like button file names within the PHP core) and I will also add some client side work to show which column is currently active and to prevent from reloading the list when hitting the same button twice.
Thanks again for this! Thomas
Justin Randell wrote:
howdy,
just implemented sorting by message list columns. link to patch tracker:
http://sourceforge.net/tracker/index.php?func=detail&aid=1335283&gro...
please test this. all comments/criticisms welcome.
cheers justin