mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
More excessive DOM reductions
This commit is contained in:
parent
74f74163c6
commit
5895804e9a
7 changed files with 17 additions and 59 deletions
|
|
@ -54,8 +54,6 @@ export class MessageModel extends AbstractModel {
|
|||
senderEmailsString: '',
|
||||
senderClearEmailsString: '',
|
||||
|
||||
newForAnimation: false,
|
||||
|
||||
deleted: false,
|
||||
isDeleted: false,
|
||||
isUnseen: false,
|
||||
|
|
@ -128,8 +126,6 @@ export class MessageModel extends AbstractModel {
|
|||
this.senderEmailsString('');
|
||||
this.senderClearEmailsString('');
|
||||
|
||||
this.newForAnimation(false);
|
||||
|
||||
this.deleted(false);
|
||||
this.isDeleted(false);
|
||||
this.isUnseen(false);
|
||||
|
|
@ -289,7 +285,6 @@ export class MessageModel extends AbstractModel {
|
|||
focused: this.focused(),
|
||||
important: this.isImportant(),
|
||||
withAttachments: this.hasAttachments(),
|
||||
new: this.newForAnimation(),
|
||||
emptySubject: !this.subject(),
|
||||
// hasChildrenMessage: 1 < this.threadsLen(),
|
||||
hasUnseenSubMessage: this.hasUnseenSubMessage(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue