Skip to content

Instantly share code, notes, and snippets.

@ravgeetdhillon
Last active May 18, 2022 12:56
Show Gist options
  • Save ravgeetdhillon/4d30797110f25870bbcef4b464383eee to your computer and use it in GitHub Desktop.
Save ravgeetdhillon/4d30797110f25870bbcef4b464383eee to your computer and use it in GitHub Desktop.
Gmail Filters

Gmail Filters

Filters for turning Gmail into a productive workspace.

All the unread emails

is:unread

All the unread emails which are older than 2 months

is:unread older_than:2m

All the read emails which are older than 2 months

is:read older_than:6m

All the emails from a particular domain

from:(*@example.com)

Emails from GitHub

from:(*@github.com)

Emails from yourself

from:(ravgeetdhillon@gmail.com)

All not important, not read Emails which are more than 2 months old

is:unread older_than:2m is:unimportant

All not important, not read Emails, unlabelled emails which are more than 2 months old

-has:userlabels is:unread older_than:2m is:unimportant 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment