# Sample minimal config file.  Copy this to ~/.offlineimaprc and edit to
# get started fast.

[general]
accounts = neodarz, corentin.breton
pythonfile = ~/.offlineimap.py

[Account neodarz]
localrepository = neodarz-local
remoterepository = neodarz-remote

[Repository neodarz-local]
type = Maildir
localfolders = ~/Mail/neodarz@neodarz.net

[Repository neodarz-remote]
type = IMAP
remotehost = mail.neodarz.net
remoteuser = neodarz@neodarz.net
remotepasseval = get_pass("neodarz@neodarz.net")
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt

[Account corentin.breton]
localrepository = corentin.breton-local
remoterepository = corentin.breton-remote

[Repository corentin.breton-local]
type = Maildir
localfolders = ~/Mail/corentin.breton@neodarz.net

[Repository corentin.breton-remote]
type = IMAP
remotehost = mail.neodarz.net
remoteuser = corentin.breton@neodarz.net
remotepasseval = get_pass("corentin.breton@neodarz.net")
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt