-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.mbsyncrc
67 lines (56 loc) · 1.1 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
# Inspiration by:
# https://webgefrickel.de/blog/a-modern-mutt-setup
# https://www.callumbodels.xyz/posts/using-isync/
Create Both
Expunge Both
Remove Both
Sync All
SyncState *
# el
IMAPAccount el
Host imap.gmail.com
Port 993
User [email protected]
PassCmd "pass gmail"
SSLType IMAPS
SSLVersions TLSv1.2
CertificateFile /etc/ssl/certs/ca-certificates.crt
AuthMech LOGIN
# Remote storage
IMAPStore el-remote
Account el
# Local storage
MaildirStore el-local
Path ~/.mail/el/
Inbox ~/.mail/el/INBOX
# Inbox
Channel el-inbox
Master :el-remote:
Slave :el-local:INBOX
# Sent
Channel el-sent
Master :el-remote:"[Gmail]/Sent Mail"
slave :el-local:sent
# drafts
Channel el-drafts
Master :el-remote:"[Gmail]/Drafts"
slave :el-local:drafts
# archive/all mail
Channel el-archive
Master :el-remote:"[Gmail]/All Mail"
slave :el-local:archive
# spam
Channel el-spam
Master :el-remote:"[Gmail]/Spam"
slave :el-local:spam
# trash
Channel el-trash
Master :el-remote:"[Gmail]/Trash"
slave :el-local:trash
Group el
Channel el-inbox
Channel el-sent
Channel el-drafts
Channel el-archive
Channel el-spam
Channel el-trash