forked from extern/egroupware
disable non functional readall action on mail display popup actionmenu
This commit is contained in:
parent
40da5672bb
commit
3b54e4e39a
@ -2030,6 +2030,7 @@ class mail_ui
|
|||||||
unset($actionsenabled['mark']['children']['read']);
|
unset($actionsenabled['mark']['children']['read']);
|
||||||
unset($actionsenabled['mark']['children']['unread']);
|
unset($actionsenabled['mark']['children']['unread']);
|
||||||
unset($actionsenabled['mark']['children']['undelete']);
|
unset($actionsenabled['mark']['children']['undelete']);
|
||||||
|
unset($actionsenabled['mark']['children']['readall']);
|
||||||
unset($actionsenabled['drag_mail']);
|
unset($actionsenabled['drag_mail']);
|
||||||
$actionsenabled['mark']['children']['flagged']=array(
|
$actionsenabled['mark']['children']['flagged']=array(
|
||||||
'group' => $actionsenabled['mark']['children']['flagged']['group'],
|
'group' => $actionsenabled['mark']['children']['flagged']['group'],
|
||||||
|
Loading…
Reference in New Issue
Block a user