On Tue, 22 Sep 2009 11:47:06 +0200, "A.L.E.C" <[email protected]> wrote: > We need to implement sorting by message index. It should be simple on > PHP side, but I don't know how to make sorting switch in UI. Currently > we have sorting: > - by <message list column> ascending > - by <message list column> descending > and we need: > - by message index ascending > - by message index descending > > So, 3-state switch in message list header > (http://trac.roundcube.net/ticket/1485936) is not sufficient. Second > option, use status column header for this is in my opinion not intuitive > and we'll use probably this for different purposes in the future (e.g. > column selection). I don't like also a third option, adding 'No.' > column. Any ideas?
The message threading patch implements this using three clicks on the Date column sorts by index (for most IMAP servers index ~ date). This is useful when used with X-REFERENCES2/X-REFS where the 'natural' sort order is 'most recent message in thread'. Chris _______________________________________________ List info: http://lists.roundcube.net/dev/
