New actions on the left bar (closed #56)

This commit is contained in:
RainLoop Team
2014-02-08 02:35:48 +04:00
parent 126b55b2d5
commit ab07d102f9
11 changed files with 259 additions and 264 deletions

View File

@@ -111,6 +111,16 @@ MailBoxFolderListViewModel.prototype.composeClick = function ()
kn.showScreenPopup(PopupsComposeViewModel);
};
MailBoxFolderListViewModel.prototype.createFolder = function ()
{
kn.showScreenPopup(PopupsFolderCreateViewModel);
};
MailBoxFolderListViewModel.prototype.configureFolders = function ()
{
kn.setHash(RL.link().settings('folders'));
};
MailBoxFolderListViewModel.prototype.contactsClick = function ()
{
if (this.allowContacts)