diff options
| -rwxr-xr-x | .gnupg/pinentry-wrapper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gnupg/pinentry-wrapper b/.gnupg/pinentry-wrapper index f902298..907a252 100755 --- a/.gnupg/pinentry-wrapper +++ b/.gnupg/pinentry-wrapper @@ -7,6 +7,9 @@ # Fixes the pinentry-tty error https://github.com/neomutt/neomutt/issues/1014 case $PINENTRY_USER_DATA in + macOS) + exec pinentry-mac "$@" + ;; gnome) exec pinentry-gnome3 "$@" ;; |
