-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path.mbsyncrc
74 lines (65 loc) · 1.22 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
IMAPStore meain-remote
Host imap.gmail.com
Port 993
User [email protected]
PassCmd "pass show google/abinsimon10"
AuthMechs LOGIN
SSLType IMAPS
MaildirStore meain-local
Subfolders Verbatim
Path ~/.local/share/mail/meain/
Inbox ~/.local/share/mail/meain/INBOX
Flatten .
Channel meain
Create Both
Expunge Both
Far :meain-remote:
Near :meain-local:
# Patterns * !"[Gmail]/All Mail"
Patterns *
SyncState *
ExpireUnread yes
MaxMessages 500
IMAPStore ic-remote
Host imap.gmail.com
Port 993
User [email protected]
PassCmd "pass show google/ic"
AuthMechs LOGIN
SSLType IMAPS
MaildirStore ic-local
Subfolders Verbatim
Path ~/.local/share/mail/ic/
Inbox ~/.local/share/mail/ic/INBOX
Flatten .
Channel ic
Create Both
Expunge Both
Far :ic-remote:
Near :ic-local:
# Patterns * !"[Gmail]/All Mail"
Patterns *
SyncState *
ExpireUnread yes
MaxMessages 500
IMAPStore mail-remote
Host imappro.zoho.com
Port 993
User [email protected]
PassCmd "pass show zoho/mail"
AuthMechs LOGIN
SSLType IMAPS
MaildirStore mail-local
Subfolders Verbatim
Path ~/.local/share/mail/mail/
Inbox ~/.local/share/mail/mail/INBOX
Flatten .
Channel mail
Create Both
Expunge Both
Far :mail-remote:
Near :mail-local:
Patterns *
SyncState *
ExpireUnread yes
MaxMessages 500