getmail: delete mail from server immediately
[~bandali/configs] / .config / getmail / getmailrc
CommitLineData
ca3a844a
AB
1[retriever]
2type = SimplePOP3SSLRetriever
3server = fencepost.gnu.org
4username = bandali
5password_command = ("gpg", "--no-tty", "-q", "-d", "/home/bandali/.passwd/gnu.gpg")
6port = 995
7use_apop = True
8
9[destination]
10type = Maildir
11path = ~/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]
19read_all = false
7b96c45a
AB
20# delete_after = 1
21delete = true
ca3a844a
AB
22received = false
23delivered_to = false