Allow deeplinking into the mail view

This commit is contained in:
Johannes Zellner
2021-11-19 15:45:16 +01:00
parent 9d97391c54
commit 611c5de9f3
3 changed files with 27 additions and 7 deletions

View File

@@ -84,7 +84,7 @@ app.config(['$routeProvider', function ($routeProvider) {
}).when('/emails-eventlog', {
controller: 'EmailsEventlogController',
templateUrl: 'views/emails-eventlog.html?<%= revision %>'
}).when('/email/:domain', {
}).when('/email/:domain/:view?', {
controller: 'EmailController',
templateUrl: 'views/email.html?<%= revision %>'
}).when('/notifications', {