-
Notifications
You must be signed in to change notification settings - Fork 0
/
.mbsyncrc
79 lines (60 loc) · 1.43 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
Create Both
Expunge Both
SyncState *
############
# ARIZONA ##
############
IMAPAccount arizona
Host imap.gmail.com
User [email protected]
SSLType IMAPS
# pass font!column!expert
# PassCmd "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/arizona-email.gpg"
PassCmd "pass arizona-email"
IMAPStore arizona-remote
Account arizona
MaildirStore arizona-local
Path ~/.mail/arizona/
Inbox ~/.mail/arizona/Inbox
Channel arizona-inbox
Master :arizona-remote:
Slave :arizona-local:
Patterns "INBOX"
Channel arizona-sent
Master :arizona-remote:"[Gmail]/Sent Mail"
Slave :arizona-local:sent
Channel arizona-trash
Master :arizona-remote:"[Gmail]/Trash"
Slave :arizona-local:trash
Group arizona
Channel arizona-inbox
Channel arizona-sent
Channel arizona-trash
############
### GMAIL ##
############
IMAPAccount gmail
Host imap.gmail.com
User [email protected]
SSLType IMAPS
# PassCmd "gpg --quiet --for-your-eyes-only --no-tty --decrypt ~/.password-store/gmail-email.gpg"
PassCmd "pass gmail-email"
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Path ~/.mail/gmail/
Inbox ~/.mail/gmail/Inbox
Channel gmail-inbox
Master :gmail-remote:
Slave :gmail-local:
Patterns "INBOX"
Channel gmail-sent
Master :gmail-remote:"[Gmail]/Sent Mail"
Slave :gmail-local:sent
Channel gmail-trash
Master :gmail-remote:"[Gmail]/Trash"
Slave :gmail-local:trash
Group gmail
Channel gmail-inbox
Channel gmail-sent
Channel gmail-trash