fix(junk): extend list of junk icon available

This commit is contained in:
Hivert Quentin
2026-09-14 10:56:28 +02:00
parent 04a3e98238
commit 012e6eff47
2 changed files with 20 additions and 3 deletions
+9 -1
View File
@@ -486,7 +486,15 @@
NSArray *iconsList;
NSString *icon;
iconsList = [NSArray arrayWithObjects: @"thumb_down", @"gpp_bad", nil];
iconsList = [NSArray arrayWithObjects: @"thumb_down",
@"gpp_bad",
@"local_fire_department",
@"bug_report",
@"error",
@"warning",
@"dangerous",
@"report_gmailerrorred",
nil];
icon = [self objectForKey: @"mailJunkIcon"];
if (([icon length] && ![iconsList containsObject:icon]) || ![icon length])
{