Cleanup config settings and provide some info

This commit is contained in:
the-djmaze 2022-12-30 15:11:25 +01:00
parent 4261bdafff
commit 4922586893
20 changed files with 44 additions and 67 deletions

View file

@ -10,7 +10,7 @@ export class AdminSettingsSecurity extends AbstractViewSettings {
constructor() {
super();
this.addSettings(['UseLocalProxyForExternalImages','VerifySslCertificate','AllowSelfSigned']);
this.addSettings(['UseLocalProxyForExternalImages']);
this.weakPassword = rl.app.weakPassword;

View file

@ -119,8 +119,6 @@ export class MailMessageView extends AbstractViewRight {
this.moveAction = moveAction;
this.allowMessageActions = SettingsCapa('MessageActions');
const attachmentsActions = Settings.app('attachmentsActions');
this.attachmentsActions = ko.observableArray(arrayLength(attachmentsActions) ? attachmentsActions : []);