mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-11 08:28:01 +00:00
feat(mail): Change spam icon and add spam button to mail interface
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user