Add unread count to page title

This commit is contained in:
RainLoop Team 2013-12-13 01:27:22 +04:00
parent be150d7fc9
commit ff8ef2012b
5 changed files with 52 additions and 8 deletions

View file

@ -87,6 +87,8 @@ function WebMailDataStorage()
this.foldersDeleting = ko.observable(false);
this.foldersRenaming = ko.observable(false);
this.foldersInboxUnreadCount = ko.observable(0);
this.currentFolder = ko.observable(null).extend({'toggleSubscribe': [null,
function (oPrev) {
if (oPrev)