mail: add spam event type

This commit is contained in:
Girish Ramakrishnan
2021-10-12 18:18:03 -07:00
parent 46942efe07
commit fb77bb0b37
2 changed files with 6 additions and 5 deletions
+1
View File
@@ -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 = {