Fix MarkAsSpam not displayed when edit rule filter

This commit is contained in:
dab246
2024-08-26 10:12:48 +07:00
committed by Dat H. Pham
parent 150b4607d5
commit b67037a30b
6 changed files with 164 additions and 115 deletions
@@ -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',
);
}
}