Fix MarkAsSpam not displayed when edit rule filter
This commit is contained in:
@@ -4188,4 +4188,11 @@ class AppLocalizations {
|
||||
'This image cannot be pasted into the editor.',
|
||||
name: 'thisImageCannotBePastedIntoTheEditor');
|
||||
}
|
||||
|
||||
String get spamFolderNotFound {
|
||||
return Intl.message(
|
||||
'Spam folder not found',
|
||||
name: 'spamFolderNotFound',
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user