Skip to content

MailMate

https://freron.com/

MailMate searches for the GnuPG binary using the default path from MacGPG. If you have GnuPG installed using Homebrew or any other method, you need to update the path through hidden settings, e.g.:

Terminal window
defaults write com.freron.MailMate environmentVariables -array '{ enabled = :true; name = "MM_GPG"; value = "/opt/homebrew/bin/gpg"; }'

Source: farrokhi