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

@ -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 : []);