mail: add spam event type
This commit is contained in:
@@ -23,6 +23,7 @@ angular.module('Application').controller('EmailsEventlogController', ['$scope',
|
||||
{ name: 'Denied', value: 'denied' },
|
||||
{ name: 'Queued', value: 'queued' },
|
||||
{ name: 'Received', value: 'received' },
|
||||
{ name: 'Spam', value: 'spam' },
|
||||
];
|
||||
|
||||
$scope.activity = {
|
||||
|
||||
Reference in New Issue
Block a user