-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mbsyncwork
54 lines (47 loc) · 942 Bytes
/
.mbsyncwork
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
IMAPAccount work
Host imap.foo.com
User username
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass.gpg"
SSLType IMAPS
Timeout 180
#Timeout 0 <-- use on first sync
PipelineDepth 1
IMAPStore work-remote
Account work
MaildirStore work-local
Path /path/with/ending/trailingdash/
Inbox /path/with/ending/trailingdash/Inbox
SubFolders Verbatim
Channel work-default
Master :work-remote:
Slave :work-local:
Patterns INBOX
Create Both
Expunge Both
SyncState *
Channel work-sent
Master :work-remote:"Sent Items"
Slave :work-local:sent
Patterns INBOX
Create Both
Expunge Both
SyncState *
Channel work-drafts
Master :work-remote:"Drafts"
Slave :work-local:drafts
Patterns INBOX
Create Both
Expunge Both
SyncState *
Channel work-trash
Master :work-remote:"Deleted Items"
Slave :work-local:trash
Patterns INBOX
Create Both
Expunge Both
SyncState *
Group work
Channel work-default
Channel work-sent
Channel work-drafts
Channel work-trash