Commit | Line | Data |
---|---|---|
ca3a844a AB |
1 | [retriever] |
2 | type = SimplePOP3SSLRetriever | |
3 | server = fencepost.gnu.org | |
4 | username = bandali | |
5 | password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg") | |
6 | port = 995 | |
7 | use_apop = True | |
8 | ||
9 | [destination] | |
10 | type = Maildir | |
11 | path = ~/mail/gnu.local/bandali/mail/ | |
12 | ||
13 | # [destination] | |
14 | # type = MDA_external | |
15 | # path = /usr/lib/dovecot/deliver | |
16 | # arguments = ('-e', '-f', '%(sender)', '-d', 'bandali@gnu.local') | |
17 | ||
18 | [options] | |
19 | read_all = false | |
7b96c45a AB |
20 | # delete_after = 1 |
21 | delete = true | |
ca3a844a AB |
22 | received = false |
23 | delivered_to = false |