This repository has been archived on 2024-04-07. You can view files and clone it, but cannot push or open issues or pull requests.
dotfiles-old/neomutt/.mbsyncrc

26 lines
470 B
Bash

IMAPStore disroot-remote
Host disroot.org
Port 993
User lelgenio@disroot.org
PassCmd "gpg -dq $HOME/.config/neomutt/password.gpg"
SSLType IMAPS
CertificateFile /etc/ssl/certs/ca-certificates.crt
MaildirStore disroot-local
Subfolders Verbatim
Path ~/.mail/
Inbox ~/.mail/INBOX
Flatten .
Channel disroot-remote
Expunge Both
Master :disroot-remote:
Slave :disroot-local:
Patterns * !"[Gmail]/All Mail"
Create Both
SyncState *
# MaxMessages 0
# End profile
# vim: ft=sh