mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Mail tree phase 2 W.I.P: Do not open initially other folders but INBOX
This commit is contained in:
parent
47813048ab
commit
1cf308411f
@ -265,6 +265,11 @@ class mail_tree
|
|||||||
{
|
{
|
||||||
$data['data'] = array('acl' => $this->ui->mail_bo->icServer->queryCapability('ACL'));
|
$data['data'] = array('acl' => $this->ui->mail_bo->icServer->queryCapability('ACL'));
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
//Do not open Initially other folders but INBOX
|
||||||
|
$data[tree::OPEN] = 0;
|
||||||
|
}
|
||||||
self::setOutStructure($data, $tree, $folder['delimiter'], true, $this->ui->mail_bo->_getNameSpaces(), $definedFolders);
|
self::setOutStructure($data, $tree, $folder['delimiter'], true, $this->ui->mail_bo->_getNameSpaces(), $definedFolders);
|
||||||
}
|
}
|
||||||
// Structs children of account root node. Used for mail index tree when we do autoloading on account id
|
// Structs children of account root node. Used for mail index tree when we do autoloading on account id
|
||||||
|
Loading…
Reference in New Issue
Block a user