21 lines
491 B
Cheetah
21 lines
491 B
Cheetah
[general]
|
|
accounts = CowleyTech
|
|
pythonfile = ~/.offlineimap.py
|
|
|
|
[Account CowleyTech]
|
|
localrepository = CowleyTechLocal
|
|
remoterepository = CowleyTechRemote
|
|
postsynchook = ~/.local/bin/notmuch-hook.sh
|
|
|
|
[Repository CowleyTechRemote]
|
|
type = IMAP
|
|
remotehost = mail.chriscowley.me.uk
|
|
remoteuser = chris
|
|
remotepass = {{ pass "mail/imap/password" }}
|
|
ssl = yes
|
|
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
|
|
|
|
[Repository CowleyTechLocal]
|
|
type = Maildir
|
|
localfolders = ~/Maildir
|
|
restoreatime = no
|