-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.mbsyncrc
More file actions
36 lines (31 loc) · 728 Bytes
/
Copy path.mbsyncrc
File metadata and controls
36 lines (31 loc) · 728 Bytes
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
# 'mbsync user' to run manually
#
# mbsync does not have a built in timer or post-hooks.
# You will also need to create a new systemd unit to automate syncing.
# ACCOUNT INFORMATION
IMAPAccount user
Host
User
Pass
AuthMechs LOGIN
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
# REMOTE STORAGE
IMAPStore user-remote
Account user
# LOCAL STORAGE
MaildirStore user-local
Path ~/Mail/
Inbox ~/Mail/INBOX
# CONNECTIONS ARE SPECIFIED USING PATTERNS, WHICH MATCH REMOTE MAIL
# FOLDERS. SOME COMMONLY USED PATTERS INCLUDE:
# "*" TO MATCH EVERYTHING
# "!DIR" TO EXCLUDE "DIR"
# "DIR" TO MATCH DIR
Channel user
Far :user-remote:
Near :user-local:
Patterns "INBOX" "INBOX.Junk"
Create Both
Expunge Both
SyncState *