mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Rename isSpamAllowed to logical canMarkAsSpam
This commit is contained in:
parent
2a92122dad
commit
7df534b4b5
5 changed files with 14 additions and 17 deletions
|
|
@ -67,8 +67,8 @@ export class MailMessageList extends AbstractViewRight {
|
|||
|
||||
this.messageList = MessagelistUserStore;
|
||||
this.archiveAllowed = MessagelistUserStore.archiveAllowed;
|
||||
this.isSpamAllowed = MessagelistUserStore.isSpamAllowed;
|
||||
this.isUnSpamAllowed = MessagelistUserStore.isUnSpamAllowed;
|
||||
this.canMarkAsSpam = MessagelistUserStore.canMarkAsSpam;
|
||||
this.isSpamFolder = MessagelistUserStore.isSpamFolder;
|
||||
|
||||
this.composeInEdit = AppUserStore.composeInEdit;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue