feat(mail): Deletion of mail older than x. Closes #6023.

This commit is contained in:
smizrahi
2024-11-20 16:43:24 +01:00
parent d5e86f7387
commit 34e396ddee
3 changed files with 4 additions and 4 deletions

View File

@@ -457,7 +457,7 @@
$mdSidenav('left').close();
$mdDialog.show({
template: document.getElementById('CleanMailbox').innerHTML,
template: document.getElementById('cleanMailbox').innerHTML,
parent: angular.element(document.body),
controller: function () {
var dialogCtrl = this;