diff options
Diffstat (limited to '.getmail')
-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 |