-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.mbsyncrc
90 lines (74 loc) · 1.81 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
IMAPAccount gmail
Host imap.gmail.com
User [email protected]
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.password-store/gmail_app.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Subfolders Verbatim
Path ~/Mail/Gmail/
Inbox ~/Mail/Gmail/Inbox
Channel sync-googlemail-default2
Far :gmail-remote:
Near :gmail-local:
# Select some mailboxes to sync
Patterns "INBOX"
Create Both
Expunge Both
SyncState *
Channel sync-googlemail-sent2
Far :gmail-remote:"[Gmail]/Sent Mail"
Near :gmail-local:sent
Create Near
Expunge Both
SyncState *
Channel sync-googlemail-trash2
Far :gmail-remote:"[Gmail]/Trash"
Near :gmail-local:trash
Create Near
Expunge Both
SyncState *
# Get all the channels together into a group.
Group googlemail2
Channel sync-googlemail-default2
Channel sync-googlemail-sent2
Channel sync-googlemail-trash2
IMAPAccount AccountP
Host imap.gmail.com
User [email protected]
PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.password-store/gmail_app2.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore AccountP-remote
Account AccountP
MaildirStore AccountP-local
Subfolders Verbatim
Path ~/Mail/Gmail2/
Inbox ~/Mail/Gmail2/Inbox
Channel sync-googlemail-default
Far :AccountP-remote:
Near :AccountP-local:
# Select some mailboxes to sync
Patterns "INBOX"
Create Both
Expunge Both
SyncState *
Channel sync-googlemail-sent
Far :AccountP-remote:"[Gmail]/Sent Mail"
Near :AccountP-local:sent
Create Near
Expunge Both
SyncState *
Channel sync-googlemail-trash
Far :AccountP-remote:"[Gmail]/Trash"
Near :AccountP-local:trash
Create Near
Expunge Both
SyncState *
# Get all the channels together into a group.
Group googlemail
Channel sync-googlemail-default
Channel sync-googlemail-sent
Channel sync-googlemail-trash