summaryrefslogtreecommitdiffstats
path: root/.getmail/getmailrc
blob: f2bff62ac735af71b7a9fc1bc88dacc9a53d2808 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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