]> git.wh0rd.org - home.git/blame - .config/getmail/gmail.rc
git-rewrite-authors: silence rewrite warning+delay
[home.git] / .config / getmail / gmail.rc
CommitLineData
fe1ca378
MF
1# http://pyropus.ca/software/getmail/configuration.html#conf-retriever
2[retriever]
3type = SimpleIMAPSSLRetriever
4server = imap.gmail.com
5mailboxes = ('Inbox',)
6
7# http://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
16type = MDA_external
17path = /usr/libexec/dovecot/dovecot-lda
18arguments = ("-f", "%(sender)", "-c", "~/.config/mail/dovecot-lda.conf")
19
20# http://pyropus.ca/software/getmail/configuration.html#conf-options
21[options]
22verbose = 1
23message_log = ~/.config/getmail/log
24
25delete = true
26read_all = false
27
28# do not alter messages
29delivered_to = false
30received = false