diff options
author | Amin Bandali <mab@gnu.org> | 2020-01-23 17:54:56 -0500 |
---|---|---|
committer | Amin Bandali <mab@gnu.org> | 2020-01-23 17:54:56 -0500 |
commit | 08e339fc874faba99ee8bf0c21a966c88cd62923 (patch) | |
tree | fabdea0499f9f6eb82ffed14f5f0147b8161c0c5 /.config/getmail/getmailrc | |
parent | a225edd9cbe2a14e8461bc64bb78ab3bf8fbefb1 (diff) | |
download | configs-08e339fc874faba99ee8bf0c21a966c88cd62923.tar.gz configs-08e339fc874faba99ee8bf0c21a966c88cd62923.tar.xz configs-08e339fc874faba99ee8bf0c21a966c88cd62923.zip |
update some more bandali references to mab
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 8f14bea..5caed23 100644 --- a/.config/getmail/getmailrc +++ b/.config/getmail/getmailrc @@ -2,7 +2,7 @@ type = SimplePOP3SSLRetriever server = fencepost.gnu.org username = mab -password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg") +password_command = ("gpg", "--no-tty", "-q", "-d", "/home/mab/.passwd/gnu.gpg") port = 995 use_apop = True |