TF-1792 Add option EmptyTrash for mailbox menu

(cherry picked from commit 9c7a2c465e57d19d80f33a9cb916923f177ae129)
This commit is contained in:
dab246
2023-05-04 17:01:55 +07:00
committed by Dat Vu
parent 8185d0d872
commit 5016f891c7
6 changed files with 77 additions and 5 deletions
@@ -2851,4 +2851,16 @@ class AppLocalizations {
'Replied and Forwarded message',
name: 'repliedAndForwardedMessage');
}
String get emptyTrash {
return Intl.message(
'Empty Trash',
name: 'emptyTrash');
}
String get emptyTrashMessageDialog {
return Intl.message(
'You are about to permanently delete all items in Trash . Do you want to continue?',
name: 'emptyTrashMessageDialog');
}
}