27 lines
613 B
Plaintext
27 lines
613 B
Plaintext
|
# These settings can also go under an "Account" section, but then the
|
||
|
# "IMAPStore" section needs to reference the account. This is not
|
||
|
# needed for just one store per account.
|
||
|
IMAPStore mailbox-remote
|
||
|
Host 127.0.0.1
|
||
|
Port 1143
|
||
|
User james@jpatrick.io
|
||
|
PassCmd "gpg2 -q -d ~/.authinfo.gpg | awk 'FNR == 1 {print $8}'"
|
||
|
SSLType STARTTLS
|
||
|
CertificateFile ~/.config/mbsync/transient/bridge.crt
|
||
|
|
||
|
MaildirStore mailbox-local
|
||
|
Path ~/.mail/
|
||
|
Inbox ~/.mail/INBOX
|
||
|
SubFolders Verbatim
|
||
|
|
||
|
Channel mailbox
|
||
|
Master :mailbox-remote:
|
||
|
Slave :mailbox-local:
|
||
|
Patterns *
|
||
|
Create Slave
|
||
|
#Expunge Both
|
||
|
SyncState *
|
||
|
|
||
|
Group protonmail
|
||
|
Channel inbox
|