Add delete and archive rule actions
This commit is contained in:
parent
d992ad9c55
commit
fa62afa50e
4 changed files with 16 additions and 5 deletions
|
@ -21,7 +21,9 @@
|
|||
"options.collapseWhitespace": { "message": "Collapse long whitespace" }
|
||||
,"action.read": { "message": "read" }
|
||||
,"action.flag": { "message": "flag" }
|
||||
,"action.copy": { "message": "copy" }
|
||||
,"action.copy": { "message": "copy" }
|
||||
,"action.delete": { "message": "delete" }
|
||||
,"action.archive": { "message": "archive" }
|
||||
,"param.markRead": { "message": "mark read" }
|
||||
,"param.markUnread": { "message": "mark unread" }
|
||||
,"param.flag": { "message": "flag" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue