mailbox: remove unlimited quota string
This commit is contained in:
@@ -96,13 +96,9 @@ angular.module('Application').controller('EmailController', ['$scope', '$locatio
|
||||
}, function () {
|
||||
$scope.catchall.availableMailboxes = allMailboxes;
|
||||
|
||||
console.log($scope.domain.mailConfig.catchAll);
|
||||
|
||||
$scope.catchall.mailboxes = $scope.domain.mailConfig.catchAll.map(function (address) {
|
||||
return allMailboxes.find(function (m) { return m.display === address; });
|
||||
}).filter(function (m) { return !!m; }); // remove not found addresses
|
||||
|
||||
console.log($scope.catchall.mailboxes);
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user