chezmoi/dot_offlineimaprc.tmpl

22 lines
491 B
Cheetah
Raw Normal View History

2025-09-22 14:15:42 +02:00
[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
2025-09-22 19:50:15 +02:00
remotepass = {{ pass "mail/imap/password" }}
2025-09-22 14:15:42 +02:00
ssl = yes
sslcacertfile = /etc/ssl/certs/ca-certificates.crt
[Repository CowleyTechLocal]
type = Maildir
localfolders = ~/Maildir
restoreatime = no