-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmbsyncrc
39 lines (33 loc) · 956 Bytes
/
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
#################################
######## Account mailbox ########
#################################
IMAPAccount txcorp
Host mail.txcorp.com
User kruger
#set spoolfile="imaps://[email protected]/"
#PassCmd "security find-internet-password -s 'imap.mailbox.org' -a '[email protected]' -w"
PassCmd "cat ~/.mutt/.mbsync"
SSLType IMAPS
SSLVersions TLSv1.2
CertificateFile ~/.cert/mail.txcorp.com.pem
# Remote storage
IMAPStore txcorp-remote
Account txcorp
# Local storage
MaildirStore txcorp-local
Subfolders Verbatim
Path ~/Mail/txcorp/
Inbox ~/Mail/txcorp/INBOX
Channel txcorp
Master :txcorp-remote:
Slave :txcorp-local:
# Include everything
Patterns * !txcrap
# Automatically create missing mailboxes, both locally and on the server
Create Both
#Create Slave
# Save the synchronization state files in the relevant directory
SyncState *
#################################
######## Account viu ############
#################################