Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save krmnn/78b55753423f93dd7bd88b39fdd2ca6c to your computer and use it in GitHub Desktop.
Save krmnn/78b55753423f93dd7bd88b39fdd2ca6c to your computer and use it in GitHub Desktop.
macOS: Make Thunderbird ask for passphrase input
  1. Install pinentry-mac package

    brew install pinentry-mac

  2. Tell gpg-agent to use it in ~/.gnupg/gpg-agent.conf:

    pinentry-program /usr/local/bin/pinentry-mac
    
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment