-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdotmbsyncrc
More file actions
56 lines (48 loc) · 1.41 KB
/
dotmbsyncrc
File metadata and controls
56 lines (48 loc) · 1.41 KB
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
# -*- conf -*-
# mbsync config for all my IMAP mail
#
# I've split this up into personal (mirror of my mail server)
# linaro (work related email)
# developer (my main mailing list archive)
#
#
# Linaro accounts
#
IMAPAccount linaro
Host imap.gmail.com
User alex.bennee@linaro.org
PassCmd "pass linaro"
# 10 mins, mu updates every 800
Timeout 600
PipelineDepth 2
# Use SSL
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore linaro-gmail
Account linaro
MaildirStore linaro-local
Path ~/Maildir/
Inbox ~/Maildir/Inbox
SubFolders Verbatim
# Exclude everything under the internal [Gmail] folder, except the interesting folders
# (we skip the kernel as it takes a long time)
Channel linaro-sync
Far :linaro-gmail:
Near :linaro-local:
Patterns * ![Gmail]* ![Imap]* "[Gmail]/Sent Mail" "[Gmail]/Starred"
Create Both
SyncState *
CopyArrivalDate yes
Channel linaro-inbox-sync
Far :linaro-gmail:
Near :linaro-local:
Patterns !* mythreads team "[Gmail]/Sent Mail" "[Gmail]/Starred"
Create Both
# Exclude everything apart from virtualization related stuff
Channel linaro-virt-sync
Far :linaro-gmail:
Near :linaro-local:
Patterns !* virtualization*
Create Both
SyncState *
CopyArrivalDate yes