blob: 8311e1c3ccc842cfb77c20b7a3765f08eab0a520 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[Account $title]
localrepository = $title-local
remoterepository = $title-remote
[Repository $title-remote]
type = $type
remoteuser = $fulladdr
sslcacerfile = /etc/ssl/cets/ca-certificates.crt
remotepasseval = mailpasswd("$title")
remotehost = $imap
port = $iport
folderfilter = lambda foldername: foldername not in ['[Gmail]/All Mail']
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[Repository $title-local]
type = Maildir
localfolders = ~/.mail/$title
|