From ecf53716c4ef5c172cfb021b2f9815d8b311e2f1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 23 Feb 2026 14:20:24 +0100 Subject: Add support for passff on macOS --- .gnupg/pinentry-wrapper | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gnupg') 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 "$@" ;; -- cgit v1.2.3