blob: 7ab403f8f93b4ab11c478e39f27e643de7dbd9ea (
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 {{ 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 *
|