Skip to content

Instantly share code, notes, and snippets.

@farrokhi
Created March 29, 2024 20:52
Show Gist options
  • Save farrokhi/d8ce39eb12c5fae93d0d8193e510b152 to your computer and use it in GitHub Desktop.
Save farrokhi/d8ce39eb12c5fae93d0d8193e510b152 to your computer and use it in GitHub Desktop.

Using gpg (using homebrew on MacOS) with mailmate

MailMate looks into the default path from MacGPG to find gpg binary. The path is indeed different if you have gpg installed using homebrew or any other method. It is not possible to chnage the default path through user interface, but it is possible through hidden settings.

defaults write com.freron.MailMate environmentVariables -array '{ enabled = :true;  name = "MM_GPG"; value = "/opt/homebrew/bin/gpg"; }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment