Skip to content

Instantly share code, notes, and snippets.

@zholmquist
Last active April 26, 2022 03:16
Show Gist options
  • Save zholmquist/83f2653015c66ef15d4cd83de7ab1c3c to your computer and use it in GitHub Desktop.
Save zholmquist/83f2653015c66ef15d4cd83de7ab1c3c to your computer and use it in GitHub Desktop.

Revisions

  1. zholmquist revised this gist Jun 18, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Some of my Gmail Filters.md
    Original file line number Diff line number Diff line change
    @@ -8,5 +8,5 @@ Matches: (subject:("invitation" OR "accepted" OR "rejected" OR "updated" OR "can
    Do this: Skip Inbox, Apply label "GTD/Follow up"

    ## Keep 90% of Sales emails out of Inbox
    Matches: ((("might benefit" OR "i'm contacting" OR "learning more" OR "request for") -zenefits) -{@teem.com})
    Matches: ("might benefit" OR "i'm contacting" OR "learning more" OR "request for")
    Do this: Skip Inbox, Mark as read, Apply label "Work/Sales"
  2. zholmquist renamed this gist Mar 19, 2018. 1 changed file with 0 additions and 0 deletions.
  3. zholmquist created this gist Mar 19, 2018.
    12 changes: 12 additions & 0 deletions Some of my Gmail Filters
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,12 @@
    # Gmail Filters
    ## Catch newsletters and junk
    Matches: ("opt-out" OR unsubscribe OR "viewing the newsletter" OR "privacy policy" OR enews OR "edit your preferences" OR "email notifications" OR "update profile" OR smartunsubscribe OR secureunsubscribe OR yahoogroups OR "manage your account" OR "group-digests")
    Do this: Skip Inbox, Apply label "Work/Newsletters"

    ## Keep pesky calendar invites out of inbox
    Matches: (subject:("invitation" OR "accepted" OR "rejected" OR "updated" OR "canceled event" OR "declined") when where calendar who organizer)
    Do this: Skip Inbox, Apply label "GTD/Follow up"

    ## Keep 90% of Sales emails out of Inbox
    Matches: ((("might benefit" OR "i'm contacting" OR "learning more" OR "request for") -zenefits) -{@teem.com})
    Do this: Skip Inbox, Mark as read, Apply label "Work/Sales"