From 2a31ac786fe2ddfc38a94123b18c141b978ceea9 Mon Sep 17 00:00:00 2001 From: Thomas Preisner Date: Wed, 4 Oct 2017 09:37:12 +0200 Subject: [PATCH] gnupg: gpg-agent: make pinetry grab input again gpg-agent doesn't automatically grab the input by default thus requiring 'grab' in the config. --- gnupg/gpg-agent.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gnupg/gpg-agent.conf b/gnupg/gpg-agent.conf index 1faf6ec..0bd0209 100644 --- a/gnupg/gpg-agent.conf +++ b/gnupg/gpg-agent.conf @@ -2,3 +2,5 @@ enable-ssh-support default-cache-ttl 600 max-cache-ttl 3600 + +grab