diff options
author | Amin Bandali <bandali@gnu.org> | 2019-05-19 11:15:00 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-05-19 11:30:51 -0400 |
commit | 249a52982fcde3a36931966ab58110ca4ba5527f (patch) | |
tree | 2373679da0ad6294fc45cc649c00e8f30a15aae3 /.getmail/getmailrc | |
parent | 2e9074a435c0a80b44bd7a8d1a050884dcb44bce (diff) | |
download | configs-249a52982fcde3a36931966ab58110ca4ba5527f.tar.gz configs-249a52982fcde3a36931966ab58110ca4ba5527f.tar.xz configs-249a52982fcde3a36931966ab58110ca4ba5527f.zip |
getmail: move getmailrc to $XDG_CONFIG_HOME/getmail, use dovecot-lda
Diffstat (limited to '.getmail/getmailrc')
-rw-r--r-- | .getmail/getmailrc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.getmail/getmailrc b/.getmail/getmailrc deleted file mode 100644 index f2bff62..0000000 --- a/.getmail/getmailrc +++ /dev/null @@ -1,19 +0,0 @@ -[retriever] -type = SimplePOP3SSLRetriever -server = fencepost.gnu.org -username = bandali -password_command = ("gpg2", "--no-tty", "-q", "-d", "/home/amin/.passwd/gnu.gpg") -port = 995 -use_apop = True - -[destination] -type = Maildir -path = ~/mail/gnu/Inbox/ - -# [destination] -# type = MDA_external -# path = /usr/lib/dovecot/deliver -# arguments = ('-d', 'amin@aminb.org') - -[options] -delete = True |