diff options
| author | Amin Bandali <mab@gnu.org> | 2020-01-21 21:18:02 -0500 | 
|---|---|---|
| committer | Amin Bandali <mab@gnu.org> | 2020-01-21 21:42:29 -0500 | 
| commit | 6283c91e671e97691583f312e10f23048c70e13e (patch) | |
| tree | 2d738351529ff4792faa7ce726e3426b73702426 /.config/getmail/getmailrc | |
| parent | 5b740018e3c014ecfbfd7be839ef18ade5042226 (diff) | |
| download | configs-6283c91e671e97691583f312e10f23048c70e13e.tar.gz configs-6283c91e671e97691583f312e10f23048c70e13e.tar.xz configs-6283c91e671e97691583f312e10f23048c70e13e.zip | |
update gnu address
Diffstat (limited to '.config/getmail/getmailrc')
| -rw-r--r-- | .config/getmail/getmailrc | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/.config/getmail/getmailrc b/.config/getmail/getmailrc index 5c1890b..8f14bea 100644 --- a/.config/getmail/getmailrc +++ b/.config/getmail/getmailrc @@ -1,14 +1,14 @@  [retriever]  type = SimplePOP3SSLRetriever  server = fencepost.gnu.org -username = bandali +username = mab  password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")  port = 995  use_apop = True  [destination]  type = Maildir -path = ~/mail/gnu.local/bandali/mail/ +path = ~/mail/gnu.local/mab/mail/  # [destination]  # type = MDA_external | 
