mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-03 19:52:19 +03:00
New actions on the left bar (closed #56)
This commit is contained in:
parent
126b55b2d5
commit
ab07d102f9
11 changed files with 259 additions and 264 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue