diff options
author | Amin Bandali <mab@gnu.org> | 2019-07-04 13:00:47 -0400 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2019-07-04 13:00:47 -0400 |
commit | 9fc30d4c309798172566b38aae0151da1d555379 (patch) | |
tree | ce213ec2bdcba1bb27aa2b3a03303689909b9235 /.config/getmail | |
parent | 05068e71fa902203f30133006ad20481887f8cff (diff) | |
download | configs-9fc30d4c309798172566b38aae0151da1d555379.tar.gz configs-9fc30d4c309798172566b38aae0151da1d555379.tar.xz configs-9fc30d4c309798172566b38aae0151da1d555379.zip |
emacs: try out pinentry
setting pinentry--socket-dir is needed because /tmp/emacs1000 is a
symlink on systemd systems and doesn’t pass server-ensure-safe-dir.
Diffstat (limited to '.config/getmail')
-rw-r--r-- | .config/getmail/getmailrc | 2 |
1 files changed, 1 insertions, 1 deletions
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 |