]> git.wh0rd.org - home.git/blob - .config/getmail/gmail.rc
cros-board: update
[home.git] / .config / getmail / gmail.rc
1 # https://pyropus.ca/software/getmail/configuration.html#conf-retriever
2 [retriever]
3 type = SimpleIMAPSSLRetriever
4 server = imap.gmail.com
5 mailboxes = ('Inbox',)
6
7 # https://pyropus.ca/software/getmail/configuration.html#conf-destination
8 [destination]
9 #type = Maildir
10 #path = ~/.mail/inbox/
11
12 #type = MDA_external
13 #path = /usr/bin/maildrop
14 #arguments = ("-f", "%(sender)", "~/.config/mail/maildrop.rc")
15
16 type = MDA_external
17 path = /usr/libexec/dovecot/dovecot-lda
18 arguments = ("-f", "%(sender)", "-c", "~/.config/mail/dovecot-lda.conf")
19
20 # https://pyropus.ca/software/getmail/configuration.html#conf-options
21 [options]
22 verbose = 1
23 message_log = ~/.config/getmail/log
24
25 delete = true
26 read_all = false
27
28 # do not alter messages
29 delivered_to = false
30 received = false