mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Determine the number of unread messages in all folders.
This commit is contained in:
parent
975947a948
commit
b7c4aad3db
16 changed files with 499 additions and 262 deletions
|
|
@ -90,22 +90,6 @@ MailBoxScreen.prototype.onStart = function ()
|
|||
}
|
||||
}, 1000);
|
||||
|
||||
_.delay(function () {
|
||||
var sFolder = RL.data().spamFolder();
|
||||
if (sFolder !== oData.currentFolderFullNameRaw() && '' !== sFolder)
|
||||
{
|
||||
RL.folderInformation(sFolder);
|
||||
}
|
||||
}, 1500);
|
||||
|
||||
_.delay(function () {
|
||||
var sFolder = RL.data().draftFolder();
|
||||
if (sFolder !== oData.currentFolderFullNameRaw() && '' !== sFolder)
|
||||
{
|
||||
RL.folderInformation(sFolder);
|
||||
}
|
||||
}, 2000);
|
||||
|
||||
_.delay(function () {
|
||||
RL.quota();
|
||||
}, 5000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue