Update to v3 onion service.
[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
49 IMAPAccount biz
50 Host imap.gmail.com
51 User frederik@vanrenterghem.biz
52 PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/Documents/paswoorden/frederik@vanrenterghem.biz.asc"
53 SSLType IMAPS
54 CertificateFile /etc/ssl/certs/ca-certificates.crt
56 IMAPStore biz-remote
57 Account biz
59 MaildirStore biz-local
60 Subfolders Verbatim
61 Path ~/.mail/biz/
62 Inbox ~/.mail/biz/Inbox
64 Channel biz
65 Master :biz-remote:
66 Slave :biz-local:
67 # Exclude everything under the internal [Gmail] folder, except the interesting folders
68 Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
69 # Or include everything
70 #Patterns *
72 Channel biz-sent
73 Master :biz-remote:"[Gmail]/Verzonden berichten"
74 Slave :biz-local:sent
75 Create Slave
77 # Automatically create missing mailboxes, both locally and on the server
78 Create Both
79 # Save the synchronization state files in the relevant directory
80 SyncState *
82 Group biz
83 Channel biz
84 Channel biz-sent