From 51ce5b78fc74294cd87c0dd31613b962e05d0a00 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sat, 7 May 2022 15:12:18 -0400 Subject: [PATCH] Revert recent GnuPG experiments. Needs some more work, ideally also in Emacs itself, for this to be nicely usable. --- .gnupg/gpg-agent.conf | 5 +++-- .gnupg/gpg.conf | 1 - 2 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 .gnupg/gpg.conf diff --git a/.gnupg/gpg-agent.conf b/.gnupg/gpg-agent.conf index 4905b0e..0460fc8 100644 --- a/.gnupg/gpg-agent.conf +++ b/.gnupg/gpg-agent.conf @@ -1,5 +1,5 @@ -# default-cache-ttl 10000000 -# max-cache-ttl 10000000 +default-cache-ttl 10000000 +max-cache-ttl 10000000 # default-cache-ttl-ssh 43200 # max-cache-ttl-ssh 86400 @@ -8,3 +8,4 @@ # pinentry-program /usr/bin/pinentry-gtk-2 allow-emacs-pinentry allow-loopback-pinentry +# pinentry-program /home/bandali/usr/dl/pinentry-emacs diff --git a/.gnupg/gpg.conf b/.gnupg/gpg.conf deleted file mode 100644 index 065d80c..0000000 --- a/.gnupg/gpg.conf +++ /dev/null @@ -1 +0,0 @@ -pinentry-mode loopback -- 2.20.1