Last active
August 29, 2015 14:18
-
-
Save scott-joe/21df6ab6c49f190be64a to your computer and use it in GitHub Desktop.
Format for Gmail Filter
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "Email Filter Datastore", | |
"author": { | |
"name": "Scott Williams", | |
"email": "[email protected]" | |
}, | |
"filters": { | |
"operator": "one of: AND, OR. Is added between each filter group", | |
"filter-groups": [{ | |
"operator": "one of: AND, OR", | |
"target": "one of: from, to, subject, body", | |
"keywords": ["`operator` is added between each of these indicies"] | |
}] | |
}, | |
"do": { | |
"label": ["which labels to apply"], | |
"read": true, | |
"archive": true, | |
"important": false, | |
"star": false, | |
"delete": false, | |
"category": null | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment