TF-4195 Add Label as to email context menu

This commit is contained in:
dab246
2025-12-11 12:25:49 +07:00
committed by Dat H. Pham
parent 5b94e23427
commit 03b3d1181f
9 changed files with 32 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ enum EmailActionType {
replyToList(1),
forward(1),
replyAll(1),
labelAs(1),
compose(),
markAsRead(2),
markAsUnread(2),