disable non functional readall action on mail display popup actionmenu

This commit is contained in:
Klaus Leithoff 2014-09-18 12:34:10 +00:00
parent 17249fc30e
commit a2d2a9e527

View File

@ -2030,6 +2030,7 @@ class mail_ui
unset($actionsenabled['mark']['children']['read']);
unset($actionsenabled['mark']['children']['unread']);
unset($actionsenabled['mark']['children']['undelete']);
unset($actionsenabled['mark']['children']['readall']);
unset($actionsenabled['drag_mail']);
$actionsenabled['mark']['children']['flagged']=array(
'group' => $actionsenabled['mark']['children']['flagged']['group'],