TF-1718 Show Unsubscribe action in context menu action on mobile

(cherry picked from commit 2d6b426f05bcfcc75d4e57f2443576a9f3f69689)
This commit is contained in:
dab246
2023-11-15 15:27:43 +07:00
committed by Dat Vu
parent 0c974e2316
commit 7cf5c08ef5
7 changed files with 119 additions and 208 deletions
+3 -1
View File
@@ -22,5 +22,7 @@ enum EmailActionType {
selection,
moveToSpam,
unSpam,
openInNewTab
openInNewTab,
createRule,
unsubscribe,
}