mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-16 18:58:50 +00:00
Add button to create new mailbox from account root
This commit is contained in:
@@ -180,9 +180,7 @@
|
||||
Dialog.prompt(l('New folder'),
|
||||
l('Enter the new name of your folder :'))
|
||||
.then(function(name) {
|
||||
if (name && name.length > 0) {
|
||||
parentFolder.$newMailbox(parentFolder.id, name);
|
||||
}
|
||||
parentFolder.$newMailbox(parentFolder.id, name);
|
||||
});
|
||||
};
|
||||
$scope.editFolder = function(folder) {
|
||||
|
||||
Reference in New Issue
Block a user