-
Notifications
You must be signed in to change notification settings - Fork 1
/
dot_mbsyncrc.tmpl
79 lines (67 loc) · 1.34 KB
/
dot_mbsyncrc.tmpl
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
IMAPAccount personal
Host imap.fastmail.com
User {{.email}}
PassCmd "security find-internet-password -l smtp.fastmail.com -a {{.email}} -w"
AuthMechs LOGIN
SSLType IMAPS
SSLVersions TLSv1.1
SystemCertificates yes
Timeout 180
IMAPStore personal-remote
Account personal
MaildirStore personal-local
Path ~/mail/personal/
Inbox ~/mail/personal/INBOX
Channel personal-everything
Far :personal-remote:
Near :personal-local:
Patterns *
Expunge Both
CopyArrivalDate yes
Sync All
Create Near
SyncState *
IMAPAccount work
Host imap.gmail.com
User {{.workemail}}
PassCmd "security find-internet-password -l smtp.gmail.com -a {{.workemail}} -w"
AuthMechs LOGIN
SSLType IMAPS
SSLVersions TLSv1.1
SystemCertificates yes
Timeout 180
IMAPStore work-remote
Account work
MaildirStore work-local
Path ~/mail/work/
Inbox ~/mail/work/INBOX
Channel work-inbox
Far :work-remote:
Near :work-local:
Patterns "INBOX"
Create Both
Expunge Both
SyncState *
Channel work-trash
Far :work-remote:"[Gmail]/Trash"
Near :work-local:"trash"
Create Both
Expunge Both
SyncState *
Channel work-sent
Far :work-remote:"[Gmail]/Sent Mail"
Near :work-local:"sent"
Create Both
Expunge Both
SyncState *
Channel work-all
Far :work-remote:"[Gmail]/All Mail"
Near :work-local:"archive"
Create Both
Expunge Both
SyncState *
Group work
Channel work-inbox
Channel work-trash
Channel work-sent
Channel work-all