# Account info
IMAPAccount mailbox
Host imap.mailbox.org
User julian@jtle.dk
SSLType IMAPS
#PassCmd "echo ${PASSWORD:-$(pass show mail | head -n 1)}"
PassCmd "pass show mail | head -n 2"
AuthMechs LOGIN

# Remote settings
IMAPStore mailbox-remote
Account mailbox

# Local settings
MaildirStore mailbox-local
Subfolders Verbatim
# The trailing "/" is important
Path ~/.mail/mailbox/
Inbox ~/.mail/mailbox/inbox

# Connection
Channel mailbox-inbox
Master :mailbox-remote:
Slave :mailbox-local:
Patterns INBOX*
Create Both
SyncState *

Channel mailbox-sent
Master :mailbox-remote:"Sent"
Slave :mailbox-local:sent
Create Both

Group mailbox
Channel mailbox-inbox
Channel mailbox-sent