Use isync to synchronize .io mail.
[Dotty.git] / isync / .mbsyncrc
1 IMAPAccount io
2 Host mail.vanrenterghem.io
3 User frederik@vanrenterghem.io
4 PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/Documents/paswoorden/frederik@vanrenterghem.io.asc"
5 SSLType IMAPS
6 CertificateFile /etc/ssl/certs/ca-certificates.crt
8 IMAPStore io-remote
9 Account io
11 MaildirStore io-local
12 Path ~/.mail/io/
13 Inbox ~/.mail/io/Inbox
15 Channel io-default
16 Master :io-remote:
17 Slave :io-local:Inbox
19 Channel io-sent
20 Master :io-remote:"Sent"
21 slave  :io-local:sent
23 Channel io-trash
24 Master :io-remote:"Trash"
25 slave  :io-local:trash
27 Channel io-archive
28 Master :io-remote:"Archive"
29 slave  :io-local:archive
31 Channel io-junk
32 Master :io-remote:"Junk"
33 slave  :io-local:junk
35 # Automatically create missing mailboxes, both locally and on the server
36 Create Both
37 # Automatically delete messages on either side if they are found deleted on the other.
38 Expunge Both
39 # Save the synchronization state files in the relevant directory
40 SyncState *
42 Group io
43 Channel io-default
44 Channel io-trash
45 Channel io-archive
46 Channel io-sent
47 Channel io-junk