aboutsummaryrefslogtreecommitdiffstats
path: root/isync/.mbsyncrc
blob: be64efdefc62896618c82b92e01b42073d3baf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
IMAPAccount imperial
Host outlook.office365.com
Port 993
User ymh15@ic.ac.uk
PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authimperial.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPAccount mailbox
Host imap.mailbox.org
Port 993
User ymherklotz@mailbox.org
PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authmail.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt

IMAPStore imperial-remote
Account imperial

IMAPStore mailbox-remote
Account mailbox

MaildirStore imperial-local
Subfolders Verbatim
Path ~/.mail/imperial/
Inbox ~/.mail/imperial/Inbox

MaildirStore mailbox-local
Subfolders Verbatim
Path ~/.mail/mailbox/
Inbox ~/.mail/mailbox/Inbox

Channel imperial
Master :imperial-remote:
Slave :imperial-local:
Patterns "Sent Items" Archive1 "Deleted Items" INBOX Drafts
Create Both
SyncState *
MaxMessages 100
ExpireUnread no
Expunge Both

Channel mailbox
Master :mailbox-remote:
Slave :mailbox-local:
Patterns *
Create Both
SyncState *
MaxMessages 100
ExpireUnread no
Expunge Both