feat(mail): Change spam icon and add spam button to mail interface

This commit is contained in:
smizrahi
2026-09-04 16:08:52 +02:00
committed by Hivert Quentin
parent 3673f8c6eb
commit 7f0aa79100
8 changed files with 6 additions and 7 deletions
@@ -207,7 +207,7 @@
}
else if (this.type == 'junk') {
this.$displayName = l('JunkFolderName');
this.$icon = 'thumb_down';
this.$icon = 'gpp_bad';
}
else if (this.type == 'templates') {
this.$displayName = l('TemplatesFolderName');