Small fixes

This commit is contained in:
RainLoop Team 2015-04-29 00:51:20 +04:00
parent 86295f6e5b
commit 2ac2168477
33 changed files with 51 additions and 35 deletions

View file

@ -285,8 +285,7 @@
});
this.hasUnreadMessages = ko.computed(function () {
return 0 < this.messageCountUnread() &&
(this.isSystemFolder() || this.checkable());
return 0 < this.messageCountUnread();
}, this);
this.hasSubScribedUnreadMessagesSubfolders = ko.computed(function () {