diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-23 14:20:24 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-23 14:20:45 +0100 |
| commit | ecf53716c4ef5c172cfb021b2f9815d8b311e2f1 (patch) | |
| tree | 5ed37db353ef01fcf3d7d399169ef29072fef059 | |
| parent | 0fb77d7ce01be5d22e5fae2dfa49fddb1c3b5a54 (diff) | |
Add support for passff on macOS
| -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 "$@" ;; |
