diff options
| author | Ahmed Abdelhalim <[email protected]> | 2023-03-17 00:13:16 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2023-03-17 00:37:45 +0100 |
| commit | bdc375a3d1082355806c86d3b8c74df95e73f5fa (patch) | |
| tree | fd0bc10ad286942f7d882f2e751bd0f104bcdf3a /.gnupg/gpg-agent.conf | |
| parent | 4bd21aab50c8aac338a66be6d74e76e7aeb5a616 (diff) | |
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
Diffstat (limited to '.gnupg/gpg-agent.conf')
| -rw-r--r-- | .gnupg/gpg-agent.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
