mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
Added counters of unread messages for additional accounts (#377)
This commit is contained in:
parent
abddb3d828
commit
79233ad83c
19 changed files with 333 additions and 93 deletions
|
|
@ -127,7 +127,7 @@
|
|||
}
|
||||
},
|
||||
'owner': this
|
||||
});
|
||||
}).extend({'notify': 'always'});
|
||||
|
||||
this.messageCountUnread = ko.computed({
|
||||
'read': this.privateMessageCountUnread,
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
}
|
||||
},
|
||||
'owner': this
|
||||
});
|
||||
}).extend({'notify': 'always'});
|
||||
|
||||
this.printableUnreadCount = ko.computed(function () {
|
||||
var
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue