From bdc375a3d1082355806c86d3b8c74df95e73f5fa Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 17 Mar 2023 00:13:16 +0100 Subject: Use pinentry-wrapper script to allow alternating Using PINENTRY_USER_DATA to alternate between tty and curses This allow mutt/neomutt to work with decrypting the emails Because the tty doesn't work with mutt --- .gnupg/gpg-agent.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gnupg/gpg-agent.conf') diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 6993c89..93d7907 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,4 +1,4 @@ -pinentry-program /usr/local/bin/pinentry-tty +pinentry-program /usr/local/bin/pinentry-wrapper default-cache-ttl 3600 default-cache-ttl-ssh 3600 max-cache-ttl 3600 -- cgit v1.2.3