diff options
author | Amin Bandali <bandali@gnu.org> | 2019-07-19 11:37:40 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-07-19 11:37:40 -0400 |
commit | 4ed3a945254d0ad4dc646d6a1816bd92236ccc66 (patch) | |
tree | 62e1827c9858bc4f1f3c93e760c4c17384b62bdd /.config/getmail/getmailrc | |
parent | a88f7eced3808045ad32130a9a53c32fe56a14e1 (diff) | |
download | configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.tar.gz configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.tar.xz configs-4ed3a945254d0ad4dc646d6a1816bd92236ccc66.zip |
hold off on using mab as primary for now
Diffstat (limited to '.config/getmail/getmailrc')
-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 4bb3cd4..e89702a 100644 --- a/.config/getmail/getmailrc +++ b/.config/getmail/getmailrc @@ -2,7 +2,7 @@ type = SimplePOP3SSLRetriever server = fencepost.gnu.org username = bandali -password_command = ("gpg", "--no-tty", "-q", "-d", "/home/mab/.passwd/gnu.gpg") +password_command = ("gpg", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg") port = 995 use_apop = True |