mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 09:27:03 +03:00
Remove useless "disable reload" feature
This commit is contained in:
parent
b15178ce46
commit
10143cf48f
6 changed files with 6 additions and 16 deletions
|
|
@ -1909,10 +1909,6 @@ class Actions
|
|||
$aResult[] = Enumerations\Capa::DANGEROUS_ACTIONS;
|
||||
}
|
||||
|
||||
if ($oConfig->Get('capa', 'reload', true)) {
|
||||
$aResult[] = Enumerations\Capa::RELOAD;
|
||||
}
|
||||
|
||||
if ($oConfig->Get('capa', 'quota', true)) {
|
||||
$aResult[] = Enumerations\Capa::QUOTA;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -190,7 +190,6 @@ class Application extends \RainLoop\Config\AbstractConfig
|
|||
'settings' => array(true),
|
||||
'quota' => array(true),
|
||||
'help' => array(true),
|
||||
'reload' => array(true),
|
||||
'search' => array(true),
|
||||
'search_adv' => array(true),
|
||||
'dangerous_actions' => array(true),
|
||||
|
|
|
|||
|
|
@ -13,7 +13,6 @@ class Capa
|
|||
const ADDITIONAL_ACCOUNTS = 'ADDITIONAL_ACCOUNTS';
|
||||
const IDENTITIES = 'IDENTITIES';
|
||||
const CONTACTS = 'CONTACTS';
|
||||
const RELOAD = 'RELOAD';
|
||||
const SEARCH = 'SEARCH';
|
||||
const SEARCH_ADV = 'SEARCH_ADV';
|
||||
const SETTINGS = 'SETTINGS';
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@
|
|||
<a class="btn buttonCompose show-mobile" data-bind="click: composeClick, css: {'btn-warning': composeInEdit, 'btn-success': !composeInEdit()}, visible: mobileCheckedStateHide()" data-i18n="[title]FOLDER_LIST/BUTTON_NEW_MESSAGE">
|
||||
<i class="icon-paper-plane"></i>
|
||||
</a>
|
||||
<a class="btn" data-bind="command: reloadCommand, visible: allowReload && mobileCheckedStateHide()" data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD">
|
||||
<a class="btn" data-bind="command: reloadCommand, visible: mobileCheckedStateHide()" data-i18n="[title]MESSAGE_LIST/BUTTON_RELOAD">
|
||||
<i class="icon-spinner not-animated"></i>
|
||||
</a>
|
||||
<!-- ko if: !newMoveToFolder -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue