diff options
Diffstat (limited to '.getmail/getmailrc')
-rw-r--r-- | .getmail/getmailrc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.getmail/getmailrc b/.getmail/getmailrc new file mode 100644 index 0000000..f2bff62 --- /dev/null +++ b/.getmail/getmailrc @@ -0,0 +1,19 @@ +[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 |