Corrected display (on Courier at least) of mailboxes with INBOX
authorebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 15 Jun 2003 00:40:58 +0000 (00:40 +0000)
committerebullient <ebullient@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 15 Jun 2003 00:40:58 +0000 (00:40 +0000)
commit38068e69b454693b06df1d4846bb76546b005c2e
treebe3f0d77d9acd045ee630b9335f1cd84e70dc250
parent65cbbaf436f292cb83b01687cc7f2b861032a441
Corrected display (on Courier at least) of mailboxes with INBOX
prefix. INBOX was being added to the tree twice (was already the
root), and then because it was root, the link (with proper nesting)
wasn't being displayed.

Also corrected setting 'noselect' for INBOX (now tree root) -
was being errantly set as 'flag' which was causing errors about
not havign noselect set...

Also removed the places where it was checking whether or not
noselect was set for a mailbox - given the structure, noselect should
always be set - and we should get an error if it isn't (for boxlist
formed from LSUB).

git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@5042 7612ce4b-ef26-0410-bec9-ea0150e637f0
functions/imap_mailbox.php
src/left_main.php