mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-26 16:26:44 +03:00
Removed unused allow_html_editor_biti_buttons config option
This commit is contained in:
parent
8b70fee072
commit
618333e257
3 changed files with 0 additions and 7 deletions
5
dev/External/SquireUI.js
vendored
5
dev/External/SquireUI.js
vendored
|
|
@ -283,11 +283,6 @@ class SquireUI
|
|||
toolbar.className = 'squire-toolbar btn-toolbar';
|
||||
let group, action/*, touchTap*/;
|
||||
for (group in actions) {
|
||||
/*
|
||||
if ('bidi' == group && !rl.settings.app('allowHtmlEditorBitiButtons')) {
|
||||
continue;
|
||||
}
|
||||
*/
|
||||
let toolgroup = createElement('div');
|
||||
toolgroup.className = 'btn-group';
|
||||
toolgroup.id = 'squire-toolgroup-'+group;
|
||||
|
|
|
|||
|
|
@ -727,7 +727,6 @@ class Actions
|
|||
}
|
||||
$aResult['System'] = \array_merge(
|
||||
$aResult['System'], array(
|
||||
'allowHtmlEditorBitiButtons' => (bool)$oConfig->Get('labs', 'allow_html_editor_biti_buttons', false),
|
||||
'allowCtrlEnterOnCompose' => (bool)$oConfig->Get('labs', 'allow_ctrl_enter_on_compose', false),
|
||||
'allowAppendMessage' => (bool)$oConfig->Get('labs', 'allow_message_append', false),
|
||||
'folderSpecLimit' => (int)$oConfig->Get('labs', 'folders_spec_limit', 50),
|
||||
|
|
|
|||
|
|
@ -393,7 +393,6 @@ Enables caching in the system'),
|
|||
'allow_message_append' => array(false),
|
||||
'login_fault_delay' => array(5, 'When login fails, wait N seconds before responding'),
|
||||
'log_ajax_response_write_limit' => array(300),
|
||||
'allow_html_editor_biti_buttons' => array(false),
|
||||
'allow_ctrl_enter_on_compose' => array(true),
|
||||
'smtp_show_server_errors' => array(false),
|
||||
'sieve_auth_plain_initial' => array(true),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue