[Tickets #3581] Wrong tree sort order

bugs@bugs.horde.org bugs at bugs.horde.org
Wed Mar 8 07:56:17 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3581
-----------------------------------------------------------------------
 Ticket             | 3581
 Updated By         | Michael Slusarz <slusarz at mail.curecanti.org>
 Summary            | Wrong tree sort order
 Queue              | IMP
 Version            | HEAD
-State              | Assigned
+State              | Feedback
 Priority           | 1. Low
 Type               | Bug
 Owners             | Michael Slusarz
-----------------------------------------------------------------------


Michael Slusarz <slusarz at mail.curecanti.org> (2006-03-08 07:56) wrote:

I think you are incorrect - this is actually a feature that was quite
annoying to code.  Take this example given your namespaces:
INBOX.a   (private)
INBOX.z    (private)
m          (public)

Since we strip private namespaces when displaying folders, our folder list
will actually looks like this when outputting to the screen:
a
z
m

Showing folders like this is obviously *very* confusing - why is m sorted
after z?  So we need to show folders like the following:
a   (INBOX.a)
m  (m)
z    (INBOX.z)

Which should be what we are doing now.  So you are correct that we are
mixing personal and private namespaces, but that's perfectly fine and
actually desired.




More information about the bugs mailing list