[#7550] Wrong shared folders visualization
Summary Wrong shared folders visualization
Queue IMP
Queue Version 4.3
Type Bug
State Assigned
Priority 1. Low
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester giuseppe_ravasio (at) modiano (dot) com
Created 10/24/2008 (253 days ago)
Due
Updated 10/24/2008 (253 days ago)
Assigned 10/24/2008 (253 days ago)
Resolved
Attachments
Milestone
Patch No

History
10/24/2008 Jan Schneider Summary ⇒ Wrong shared folders visualization
Assigned to Michael Slusarz
Priority ⇒ 1. Low
State ⇒ Assigned
 
10/24/2008 giuseppe_ravasio (at) modiano (dot) com Comment #1
Patch ⇒
Milestone ⇒
Summary ⇒ Wrong shared folders visualizzation
Type ⇒ Bug
State ⇒ Unconfirmed
Priority ⇒ 3. High
Queue ⇒ IMP
Reply to this comment
Using the stock IMP I found "How should namespaces be displayed in the 
folder tree view?" in user options and i saw that there is a "show non 
private mailboxes in separate folders".

If I eneble this option using this Cyrus Structure:

INBOX/
INBOX/foldera/suba
INBOX/folderb/subb
shared1/
shared1/aaa1
shared1/bbb1/subbbb
shared2/
shared2/aaa2
shared2/bbb2/subbbb
user/other_user_folder/Sent

I get this horde tree:

Personal Folders
     | Inbox
     | FolderA
         | Suba
     | FolderB
         | Subb


Other Users Folders
     |othet_user_folder
         | Sent

Shared Folders
     | shared1
     | aaa1
     | bbb1
         | subbbb
     | shared2
     | aaa2
     | bbb2
         | subbbb

As you can see, "Personal Folders" and "Other Users Folders" trees are 
correctly displayed , but shared folders are wrong because i see aaa1, 
bbb1, aaa2 and bbb2 at the same level of shared1 and shared2 even if 
they are subfolders of shared1 and shared2.