aboutsummaryrefslogtreecommitdiffstats
path: root/mail/dot-mbsyncrc.personal
blob: 1892863b55a72f5f32aa9b3c1d78d9ab431b0c70 (plain)
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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
###############################################################################
# GMAIL

IMAPAccount gmail
# Address to connect to
Host imap.gmail.com
User najera.oscar@gmail.com
PassCmd "pass show google/googlemail.com/najera.oscar"
AuthMechs LOGIN
# Use SSL
SSLType IMAPS
# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section.
CertificateFile /etc/ssl/certs/ca-certificates.crt
#CertificateFile ~/.cert/imap.gmail.com.pem
#CertificateFile ~/.cert/Equifax_Secure_CA.pem

IMAPStore gmail-remote
Account gmail

MaildirStore gmail-local
# The trailing "/" is important
Path ~/.mail/gmail/
Inbox ~/.mail/gmail/Inbox
SubFolders Legacy

Channel gmail
Far :gmail-remote:
Near :gmail-local:
# Exclude everything under the internal [Gmail] folder, except the interesting folders
Patterns * ![Gmail]* "[Gmail]/Sent Mail"
# Or include everything
#Patterns *
# Automatically create missing mailboxes, both locally and on the server
Create Both
# Save the synchronization state files in the relevant directory
SyncState *
Expunge Both

###############################################################################
# Personal
IMAPAccount hi_pers
Host git.oscarnajera.com
User hi@oscarnajera.com
PassCmd "pass show Correos/mail.oscarnajera.com"
AuthMechs LOGIN
SSLType IMAPS

IMAPStore hi_pers-remote
Account hi_pers

MaildirStore hi_pers-local
Path ~/.mail/hi_pers/
Inbox ~/.mail/hi_pers/Inbox
SubFolders Verbatim

Channel hi_pers
Far :hi_pers-remote:
Near :hi_pers-local:
Patterns *
Create Both
SyncState *
Expunge Both

###############################################################################
# AMZbooks
IMAPAccount kindle
Host git.oscarnajera.com
User kindle@oscarnajera.com
PassCmd "pass show Correos/kindle@oscarnajera.com"
AuthMechs LOGIN
SSLType IMAPS

IMAPStore kindle-remote
Account kindle

MaildirStore kindle-local
Path ~/.mail/kindle/
Inbox ~/.mail/kindle/Inbox
SubFolders Verbatim

Channel kindle
Far :kindle-remote:
Near :kindle-local:
Patterns *
Create Both
SyncState *
Expunge Both

###############################################################################
# Startup
IMAPAccount delightfuldying
Host git.oscarnajera.com
User oscar.najera@delightfuldying.com
PassCmd "pass show WebSites/delightfuldying.com/mailbox/julie"
AuthMechs LOGIN
SSLType IMAPS

IMAPStore dd-remote
Account delightfuldying

MaildirStore dd-local
Path ~/.mail/dd/
Inbox ~/.mail/dd/Inbox
SubFolders Verbatim

Channel delightfuldying
Far :dd-remote:
Near :dd-local:
Patterns *
Create Both
SyncState *
Expunge Both

###############################################################################
# Startup
IMAPAccount fallforward
Host git.oscarnajera.com
User sarah@fallforward.space
PassCmd "pass show WebSites/fallforward.space/mailbox/sarah"
AuthMechs LOGIN
SSLType IMAPS

IMAPStore ff-remote
Account fallforward

MaildirStore ff-local
Path ~/.mail/ff/
Inbox ~/.mail/ff/Inbox
SubFolders Verbatim

Channel fallforward
Far :ff-remote:
Near :ff-local:
Patterns *
Create Both
SyncState *
Expunge Both

# Local Variables:
# mode: conf-unix
# End: