mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 01:17:04 +03:00
Drop useless messagelist_actions feature
This commit is contained in:
parent
00088ef547
commit
fa136cd529
6 changed files with 42 additions and 59 deletions
|
|
@ -1905,12 +1905,8 @@ class Actions
|
|||
|
||||
$aResult = array();
|
||||
|
||||
if ($oConfig->Get('capa', 'messagelist_actions', true)) {
|
||||
$aResult[] = Enumerations\Capa::MESSAGELIST_ACTIONS;
|
||||
|
||||
if ($oConfig->Get('capa', 'dangerous_actions', true)) {
|
||||
$aResult[] = Enumerations\Capa::DANGEROUS_ACTIONS;
|
||||
}
|
||||
if ($oConfig->Get('capa', 'dangerous_actions', true)) {
|
||||
$aResult[] = Enumerations\Capa::DANGEROUS_ACTIONS;
|
||||
}
|
||||
|
||||
if ($oConfig->Get('capa', 'reload', true)) {
|
||||
|
|
|
|||
|
|
@ -195,7 +195,6 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
'search_adv' => array(true),
|
||||
'dangerous_actions' => array(true),
|
||||
'message_actions' => array(true),
|
||||
'messagelist_actions' => array(true),
|
||||
'attachments_actions' => array(true)
|
||||
),
|
||||
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ class Capa
|
|||
const HELP = 'HELP';
|
||||
const TEMPLATES = 'TEMPLATES';
|
||||
const MESSAGE_ACTIONS = 'MESSAGE_ACTIONS';
|
||||
const MESSAGELIST_ACTIONS = 'MESSAGELIST_ACTIONS';
|
||||
const ATTACHMENTS_ACTIONS = 'ATTACHMENTS_ACTIONS';
|
||||
const DANGEROUS_ACTIONS = 'DANGEROUS_ACTIONS';
|
||||
const AUTOLOGOUT = 'AUTOLOGOUT';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue