-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mbsyncrc
49 lines (42 loc) · 1.31 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
IMAPAccount [email protected]
Host imap.gmail.com
User [email protected]
PassCmd "req_pwd.sh email/[email protected]"
SSLType IMAPS
SSLVersion TLSv1.2
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore [email protected]
Account [email protected]
MaildirStore [email protected]
# The trailing "/" is important
Path ~/.mail/[email protected]/
Inbox ~/.mail/[email protected]/INBOX
Channel [email protected]
Master :[email protected]:
Slave :[email protected]:
Patterns * ![Gmail]* !sent !drafts !trash
# Automatically create missing mailboxes, both locally and on the server
Create Both
# Save the synchronization state files in the relevant directory
SyncState *
Channel [email protected]
Master :[email protected]:"[Gmail]/Sent Mail"
Slave :[email protected]:sent
Create Slave
SyncState *
Channel [email protected]
Master :[email protected]:"[Gmail]/Drafts"
Slave :[email protected]:drafts
Create Slave
SyncState *
Channel [email protected]
Master :[email protected]:"[Gmail]/Bin"
Slave :[email protected]:trash
Create Slave
SyncState *
# Get all the channels together into a group.
Group [email protected]
Channel [email protected]
Channel [email protected]
Channel [email protected]
Channel [email protected]