Last active
August 29, 2015 14:18
-
-
Save scott-joe/fb8734eea5d147b072bd to your computer and use it in GitHub Desktop.
Gmail Filter - OoO
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": "OoO", | |
"author": { | |
"name": "Scott Williams", | |
"email": "[email protected]" | |
}, | |
"filters": { | |
"operator": null, | |
"filter-groups": [{ | |
"operator": "OR", | |
"target": "subject", | |
"keywords": [ | |
"wfh", | |
"working from", | |
"headed in", | |
"heading home", | |
"running home" | |
"heading out", | |
"2hr delay", | |
"sick", | |
"running", | |
"PTO", | |
"VTO", | |
"in by", | |
"out by", | |
"in at", | |
"out at", | |
"leaving early", | |
"schedule next week", | |
"tomorrow morning", | |
"in before", | |
"finishing from", | |
"finishing at", | |
"stepping out", | |
"dr appt", | |
"dr. appt", | |
"doctor", | |
"appointment", | |
"dentist" | |
] | |
}] | |
}, | |
"do": { | |
"label": ["unimportant"], | |
"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