1
0
Fork 0
chezmoi/dot_mbsyncrc
2022-05-06 10:08:57 +02:00

66 lines
1.2 KiB
Text

IMAPAccount gmail
Host imap.gmail.com
User vlada.dudr@gmail.com
SSLType IMAPS
PassCmd "pass show mail/gmail"
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
# The trailing "/" is important
Path ~/Mail/vlada.dudr@gmail.com/
Inbox ~/Mail/vlada.dudr@gmail.com/INBOX
SubFolders verbatim
# Channel gmail-mail
# Far :gmail-remote:"[Gmail]/All Mail"
# Near :gmail-local:Gmail
# Sync All
# SyncState *
# Create Both
# Expunge Both
# Channel gmail-trash
# Far :gmail-remote:"[Gmail]/Trash"
# Near :gmail-local:Gmail-trash
# Sync All
# SyncState *
# Create Both
# Expunge Both
Group gmail
Channel gmail-mail
Channel gmail-trash
IMAPAccount tdj
Host mail.tango-dj.cz
User vladimir@tango-dj.cz
PassCmd "pass show mail/tdj"
SSLType STARTTLS
SSLVersions TLSv1.2
IMAPStore tdj-remote
Account tdj
MaildirStore tdj-local
# The trailing "/" is important
Path ~/Mail/vladimir@tango-dj.cz/
Inbox ~/Mail/vladimir@tango-dj.cz/INBOX
SubFolders verbatim
AltMap yes
#Flatten "."
Channel tdj
Far :tdj-remote:
Near :tdj-local:
Create Both
Sync All
# Save the synchronization state files in the relevant directory
SyncState *
Patterns *
Create Both
Expunge Both
# vim: ft=conf