Add more actions in mail display as default toolbar actions

This commit is contained in:
Hadi Nategh 2014-02-20 18:08:48 +00:00
parent 3105054be0
commit 017737e7eb

View File

@ -2017,6 +2017,9 @@ unset($query['actions']);
'icon' => 'read_flagged_small',
'onExecute' => 'javaScript:app.mail.mail_flag',
);
$actionsenabled['tracker']['toolbarDefault'] = true;
$actionsenabled['mark']['toolbarDefault'] = true;
$actionsenabled['forward']['toolbarDefault'] = true;
$cAN = $actionsenabled['composeasnew'];
unset($actionsenabled['composeasnew']);
$actionsenabled = array_reverse($actionsenabled,true);