-
Notifications
You must be signed in to change notification settings - Fork 10
Handling GitHub notifications without unsubscribing
BrianGilmanGSA edited this page Sep 7, 2016
·
6 revisions
When you subscribe to a GitHub repository, you could end up receiving a lot (no really - a lot) of email messages. This usually drives users to unsubscribe, possibly miss information they would have appreciated, and so on.
There is a way to have the best of both worlds!
- An inbox that is not filled to the brim with GitHub notifications.
- Have the ability to see what's going on at your leisure.
Here is what you will want to accomplish to make this happen:
- Create a new folder in your email client where all the GitHub-related emails can go. (Effectively creating a GitHub-specific "inbox").
- Create an email rule or filter to handle notifications from GitHub.
- The email rule or filter recommended for this has the following attributes:
- Moves emails received from "@github.com" addresses to the folder you created.
- Emails where the content contains the string "@your-github-handle" should not be moved.
This setup means when your email application receives emails it will immediately route all emails from a GitHub.com address to the specified folder - except the ones where you are mentioned specifically; thereby, leaving those in your inbox.
See instructions on setting up email rules and filters for the following:
- Mail on MacOS
- Outlook for Windows
- Gmail for the web
- Mail on MacOS
- Outlook on Windows (not written yet - submit an issue to request - or go ahead and make the page)
- Gmail on the web