dotfiles/mbsync/.mbsyncrc

45 lines
1014 B
Plaintext

Create Slave
Expunge Both
SyncState *
IMAPAccount nilenso
Host imap.gmail.com
Port 993
User sanchayan@nilenso.systems
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.nilenso.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore nilenso-remote
Account nilenso
MaildirStore nilenso-local
SubFolders Verbatim
Path "~/Gmail/nilenso/"
Inbox "~/Gmail/nilenso/Inbox"
Channel nilenso
Master :nilenso-remote:
Slave :nilenso-local:
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"
IMAPAccount gmail
Host imap.gmail.com
User maitysanchayan@gmail.com
PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.sanchayan.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
IMAPStore gmail-remote
Account gmail
MaildirStore gmail-local
Subfolders Verbatim
Path "~/Gmail/sanchayan/"
Inbox "~/Gmail/sanchayan/Inbox"
Channel gmail
Master :gmail-remote:
Slave :gmail-local:
Patterns * ![Gmail]* "[Gmail]/Sent Mail" "[Gmail]/Starred" "[Gmail]/All Mail"