mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Change license to AGPL
This commit is contained in:
parent
86bb1d0dcf
commit
3246b2c81f
6 changed files with 722 additions and 40 deletions
|
|
@ -285,7 +285,7 @@
|
|||
});
|
||||
|
||||
this.hasUnreadMessages = ko.computed(function () {
|
||||
return 0 < this.messageCountUnread();
|
||||
return 0 < this.messageCountUnread() && '' !== this.printableUnreadCount();
|
||||
}, this);
|
||||
|
||||
this.hasSubScribedUnreadMessagesSubfolders = ko.computed(function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue