TF-314 Implement delete multiple email in ThreadView

This commit is contained in:
dab246
2022-03-30 17:45:43 +07:00
committed by Dat H. Pham
parent 8bf80db4de
commit 641dce4905
10 changed files with 239 additions and 48 deletions
-3
View File
@@ -6,12 +6,9 @@ enum EmailActionType {
compose,
markAsRead,
markAsUnread,
markAsFlag,
markAsStar,
markAsUnStar,
move,
markAsSpam,
delete,
edit,
composeFromEmailAddress,
moveToTrash,