Do not request extra folder fetch from mail tree

This commit is contained in:
Hadi Nategh 2017-04-13 12:57:30 +02:00
parent a3973feaa5
commit a3dd6a45de

View File

@ -825,8 +825,8 @@ class mail_ui
* *
* We currently load all folders of a given profile, tree can also load parts of a tree. * We currently load all folders of a given profile, tree can also load parts of a tree.
* *
* @param string $_nodeID if of node whos children are requested * @param string $_nodeID if of node whose children are requested
* @param boolean $_subscribedOnly flag to tell wether to fetch all or only subscribed (default) * @param boolean $_subscribedOnly flag to tell whether to fetch all or only subscribed (default)
*/ */
public function ajax_foldertree($_nodeID = null,$_subscribedOnly=null) public function ajax_foldertree($_nodeID = null,$_subscribedOnly=null)
{ {
@ -4203,17 +4203,6 @@ $filter['before']= date("d-M-Y", $cutoffdate2);
{ {
$mail_ui = new mail_ui(true); // run constructor $mail_ui = new mail_ui(true); // run constructor
} }
// Send full info back in the response
if($getFolders)
{
Api\Translation::add_app('mail');
$refreshData = array(
$icServerID => $mail_ui->mail_tree->getTree($icServerID,$icServerID,1,false,!$mail_ui->mail_bo->mailPreferences['showAllFoldersInFolderPane'],!$mail_ui->mail_bo->mailPreferences['showAllFoldersInFolderPane'])
);
$response->call('app.mail.mail_reloadNode',$refreshData);
}
} }
/** /**