-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_mbsyncrc
115 lines (98 loc) · 2.08 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
IMAPAccount gmail
Host imap.gmail.com
User [email protected]
PassCmd "gpg -d ~/.mail/.passwords/gmail.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
# the trailing "/" on the next line is important
Path ~/.mail/gmail/
Inbox ~/.mail/gmail/inbox
Channel gmail-inbox
Master :gmail-remote:
Slave :gmail-local:
Patterns "INBOX"
Create Both
Expunge Both
SyncState *
Channel gmail-archive
Master :gmail-remote:"[Gmail]/All Mail"
Slave :gmail-local:archive
Create Both
Expunge Both
Syncstate *
Channel gmail-sent
Master :gmail-remote:"[Gmail]/Sent Mail"
Slave :gmail-local:sent
Create Both
Expunge Both
SyncState *
Channel gmail-trash
Master :gmail-remote:"[Gmail]/Trash"
Slave :gmail-local:trash
Create Both
Expunge Both
SyncState *
Channel gmail-drafts
Master :gmail-remote:"[Gmail]/Drafts"
Slave :gmail-local:drafts
Create Both
Expunge Both
SyncState *
Group gmail
Channel gmail-inbox
Channel gmail-archive
Channel gmail-sent
Channel gmail-trash
Channel gmail-drafts
IMAPAccount acorn
Host imap.gmail.com
User [email protected]
PassCmd "gpg -d ~/.mail/.passwords/acorn.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore acorn-remote
Account acorn
MaildirStore acorn-local
# the trailing "/" on the next line is important
Path ~/.mail/acorn/
Inbox ~/.mail/acorn/inbox
Channel acorn-inbox
Master :acorn-remote:
Slave :acorn-local:
Patterns "INBOX"
Create Both
Expunge Both
SyncState *
Channel acorn-archive
Master :acorn-remote:"[Gmail]/All Mail"
Slave :acorn-local:archive
Create Both
Expunge Both
Syncstate *
Channel acorn-sent
Master :acorn-remote:"[Gmail]/Sent Mail"
Slave :acorn-local:sent
Create Both
Expunge Both
SyncState *
Channel acorn-trash
Master :acorn-remote:"[Gmail]/Trash"
Slave :acorn-local:trash
Create Both
Expunge Both
SyncState *
Channel acorn-drafts
Master :acorn-remote:"[Gmail]/Drafts"
Slave :acorn-local:drafts
Create Both
Expunge Both
SyncState *
Group acorn
Channel acorn-inbox
Channel acorn-archive
Channel acorn-sent
Channel acorn-trash
Channel acorn-drafts