mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Cleanup config settings and provide some info
This commit is contained in:
parent
4261bdafff
commit
4922586893
20 changed files with 44 additions and 67 deletions
|
|
@ -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 : []);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue