From 9fc30d4c309798172566b38aae0151da1d555379 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Thu, 4 Jul 2019 13:00:47 -0400 Subject: emacs: try out pinentry MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit setting pinentry--socket-dir is needed because /tmp/emacs1000 is a symlink on systemd systems and doesn’t pass server-ensure-safe-dir. --- .config/getmail/getmailrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/getmail') diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc index 60ad43d..e89702a 100644 --- a/.config/getmail/getmailrc +++ b/.config/getmail/getmailrc @@ -2,7 +2,7 @@ type = SimplePOP3SSLRetriever server = fencepost.gnu.org username = bandali -password_command = ("gpg2", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg") +password_command = ("gpg", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg") port = 995 use_apop = True -- cgit v1.2.3-60-g2f50