-
Notifications
You must be signed in to change notification settings - Fork 15
/
mbsyncrc
76 lines (61 loc) · 1.39 KB
/
mbsyncrc
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
############
# Havenaut #
############
IMAPAccount havenaut
Host mail.messagingengine.com
Port 992
User [email protected]
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
PassCmd "keyring get mail-havenaut imap"
IMAPStore havenaut-remote
Account havenaut
MaildirStore havenaut-local
Path ~/mail/Havenaut/
Inbox ~/mail/Havenaut/INBOX
SubFolders Verbatim
Channel havenaut
Far :havenaut-remote:
Near :havenaut-local:
Create Both
SyncState *
Patterns *
#######
# TAD #
#######
IMAPAccount tad
Host imap.gmail.com
User [email protected]
TLSType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
PassCmd "keyring get mail-tad imap"
IMAPStore tad-remote
Account tad
MaildirStore tad-local
Path ~/mail/TAD/
Inbox ~/mail/TAD/INBOX
Channel tad-inbox
Far ":tad-remote:INBOX"
Near ":tad-local:INBOX"
Create Both
SyncState *
Channel tad-drafts
Far ":tad-remote:[Gmail]/Drafts"
Near ":tad-local:drafts"
Create Both
SyncState *
Channel tad-sent
Far ":tad-remote:[Gmail]/Sent Mail"
Near ":tad-local:sent"
Create Both
SyncState *
Channel tad-flagged
Far ":tad-remote:[Gmail]/Starred"
Near ":tad-local:flagged"
Create Both
SyncState *
Group tad
Channel tad-inbox
Channel tad-drafts
Channel tad-sent
Channel tad-flagged