diff options
author | Amin Bandali <amin@aminb.org> | 2018-03-17 10:13:13 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-03-17 10:13:13 -0400 |
commit | c650ad3754c4226be05c7fc46d20e6e8c46781b5 (patch) | |
tree | 70847ce8ff2bd10bbf5815052413831344d78320 /getmail | |
parent | 96a687feca263f2aebeb08d5985889414c096f0a (diff) | |
download | configs-c650ad3754c4226be05c7fc46d20e6e8c46781b5.tar.gz configs-c650ad3754c4226be05c7fc46d20e6e8c46781b5.tar.xz configs-c650ad3754c4226be05c7fc46d20e6e8c46781b5.zip |
a few small tweaks
Diffstat (limited to 'getmail')
-rw-r--r-- | getmail/.getmail/getmailrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/getmail/.getmail/getmailrc b/getmail/.getmail/getmailrc index acacba9..188c621 100644 --- a/getmail/.getmail/getmailrc +++ b/getmail/.getmail/getmailrc @@ -2,6 +2,7 @@ type = SimplePOP3SSLRetriever server = fencepost.gnu.org username = aminb +password_command = ("gpg2", "--no-tty", "-q", "-d", "~/.passwd/gnu.gpg") port = 995 use_apop = True |