only fetch subscribed folders

This commit is contained in:
Klaus Leithoff 2013-02-12 17:53:38 +00:00
parent bd52ed3756
commit af0a3d1218

View File

@ -296,7 +296,7 @@ class mail_ui
*/
function getFolderTree($_fetchCounters=false)
{
$folderObjects = $this->mail_bo->getFolderObjects();
$folderObjects = $this->mail_bo->getFolderObjects(true,false,true);
$trashFolder = $this->mail_bo->getTrashFolder();
$templateFolder = $this->mail_bo->getTemplateFolder();
$draftFolder = $this->mail_bo->getDraftFolder();