Add read and flag rule actions
This commit is contained in:
parent
0d543e5567
commit
34ed955a5b
4 changed files with 46 additions and 4 deletions
|
@ -19,4 +19,10 @@
|
|||
"options.stripUrlParams": { "message": "Remove URL tracking parameters" },
|
||||
"options.altTextImages": { "message": "Replace images with alt text" },
|
||||
"options.collapseWhitespace": { "message": "Collapse long whitespace" }
|
||||
,"action.read": { "message": "read" }
|
||||
,"action.flag": { "message": "flag" }
|
||||
,"param.markRead": { "message": "mark read" }
|
||||
,"param.markUnread": { "message": "mark unread" }
|
||||
,"param.flag": { "message": "flag" }
|
||||
,"param.unflag": { "message": "unflag" }
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue