Skip to content

Instantly share code, notes, and snippets.

@luxxi
Last active September 18, 2015 15:22
Show Gist options
  • Save luxxi/f74b87143b4020aeea11 to your computer and use it in GitHub Desktop.
Save luxxi/f74b87143b4020aeea11 to your computer and use it in GitHub Desktop.
Disable mail.app

stop Mail.app from popping-up for every calendar notification.

Simply run the following command in a Terminal window to disable the Mail.app altogether:

sudo mv /Applications/Mail.app/Contents/MacOS/{,_}Mail

If, at any point, you want to go back to using Mail.app simply run the opposite command to revert:

sudo mv /Applications/Mail.app/Contents/MacOS/{_,}Mail

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment