Summary | Wrong folder sort order |
Queue | IMP |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | slusarz (at) horde (dot) org |
Requester | jan (at) horde (dot) org |
Created | 10/07/2004 (7609 days ago) |
Due | |
Updated | 10/13/2004 (7603 days ago) |
Assigned | 10/07/2004 (7609 days ago) |
Resolved | 10/13/2004 (7603 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
New Attachment: folder.txt
I tracked IMAP_Tree::_sortList() and found the following: After
clicking on "Show unsubscribed folders" this method gets called with
all levels and folders and the sorting order is correct. But if I then
click on "Refresh Folder View", the method only gets called for the
folders that are expanded *and* the view shows the wrong sorting order.
See the attachment for a scheme.
list of mailboxes (a, B, c, D) that it shows up in one view as (a, B,
c, D) and it shows up in another view as (B, D, a, c) and I am not
seeing this (as far as I can tell, the exact same sorting algorithim
is used in IMAP_Tree:: no matter which way you decide to view).
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Wrong folder sort order
Queue ⇒ IMP
sorted case sensitive. If showing subscribed folders only, they get
sorted case insensitive.