mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 06:01:36 +01:00
Unset action "moveto" from display toolbar actions
This commit is contained in:
parent
b0e4655eff
commit
889c8b88e8
@ -2025,6 +2025,7 @@ class mail_ui
|
|||||||
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['mark']['children']['readall']);
|
||||||
|
unset($actionsenabled['moveto']);
|
||||||
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