blob: 901e57bd56b8f334af8f3fa0d8301c4c8ba5e686 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
IMAPAccount mailbox
Host imap.mailbox.org
User {{ config.mail.primary }}
PassCmd "secret-tool lookup password mailbox"
Port 993
TLSType IMAPS
IMAPStore mailbox-remote
Account mailbox
MaildirStore mailbox-local
Path ~/.local/share/mail/mailbox/
Inbox ~/.local/share/mail/mailbox/INBOX
SubFolders Verbatim
Channel mailbox
Far :mailbox-remote:
Near :mailbox-local:
Patterns *
Create Both
Expunge Both
SyncState *
|