Skip to content

Commit

Permalink
PREAPPS-4876 : adding action rename in ActionOps
Browse files Browse the repository at this point in the history
  • Loading branch information
auminpatel authored and silentsakky committed Aug 27, 2020
1 parent 3461abc commit a5f01f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export enum ActionOps {
unspam = '!spam',
trash = 'trash',
copy = 'copy',
recover = 'recover'
recover = 'recover',
rename = 'rename'
}

export enum _MessageActionOps {
Expand Down

0 comments on commit a5f01f7

Please sign in to comment.