diff options
author | Amin Bandali <bandali@gnu.org> | 2020-03-31 12:42:54 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2020-03-31 12:42:54 -0400 |
commit | 5dfaee4cfda9940ddc3509ca696364495d064d3d (patch) | |
tree | fb0a9e57509515c63982b0e4e2ecd71859f112df /.config/getmail/getmailrc | |
parent | a394da11880ec7f24f7c954980e9035c733baf22 (diff) | |
download | configs-5dfaee4cfda9940ddc3509ca696364495d064d3d.tar.gz configs-5dfaee4cfda9940ddc3509ca696364495d064d3d.tar.xz configs-5dfaee4cfda9940ddc3509ca696364495d064d3d.zip |
scattered updates
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 ded16de..363f354 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/bandali/.passwd/gnu.gpg") port = 995 use_apop = True |