mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Add unread count to page title
This commit is contained in:
parent
be150d7fc9
commit
ff8ef2012b
5 changed files with 52 additions and 8 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue