mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
Resolve #1003
This commit is contained in:
parent
944a2cb8dc
commit
87313d0616
3 changed files with 3 additions and 2 deletions
|
|
@ -127,7 +127,7 @@ export class MessageModel extends AbstractModel {
|
|||
addComputablesTo(this, {
|
||||
attachmentIconClass: () =>
|
||||
this.encrypted() ? 'icon-lock' : FileInfo.getAttachmentsIconClass(this.attachments()),
|
||||
threadsLen: () => this.threads().length,
|
||||
threadsLen: () => rl.app.messageList.threadUid() ? 0 : this.threads().length,
|
||||
|
||||
isUnseen: () => !this.flags().includes('\\seen'),
|
||||
isFlagged: () => this.flags().includes('\\flagged'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue