Skip to content

Instantly share code, notes, and snippets.

@gwpantazes
Created October 29, 2018 14:38
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 gwpantazes/61c06d10b25eb169b1ca1203d193ac7a to your computer and use it in GitHub Desktop.
Save gwpantazes/61c06d10b25eb169b1ca1203d193ac7a to your computer and use it in GitHub Desktop.
Uninstall Mac GPGSuite Mail Plugin
# First quit Mail
osascript -e 'quit app "Mail"'
# Delete the GPG Suite Mail Plugin(s) from the Mail bundles
sudo rm -rf /Library/Mail/Bundles/GPGMail*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment