Skip to content

Instantly share code, notes, and snippets.

@scott-joe
Last active August 29, 2015 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scott-joe/fb8734eea5d147b072bd to your computer and use it in GitHub Desktop.
Save scott-joe/fb8734eea5d147b072bd to your computer and use it in GitHub Desktop.
Gmail Filter - OoO
[
{
"name": "OoO",
"author": {
"name": "Scott Williams",
"email": "scott.joe.williams@gmail.com"
},
"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