33 lines
669 B
Plaintext
33 lines
669 B
Plaintext
|
IMAPAccount fivesigma
|
||
|
# Address to connect to
|
||
|
Host 127.0.0.1
|
||
|
Port 1143
|
||
|
User joe@5sigma.io
|
||
|
PassCmd "cat /home/joe/.mail/creds-imap"
|
||
|
SSLType NONE
|
||
|
AuthMechs LOGIN
|
||
|
|
||
|
|
||
|
IMAPStore fivesigma-remote
|
||
|
Account fivesigma
|
||
|
|
||
|
MaildirStore fivesigma-local
|
||
|
# Copy folder hierarchy
|
||
|
Subfolders Verbatim
|
||
|
# The trailing "/" is important
|
||
|
Path ~/.mail/fivesigma/
|
||
|
Inbox ~/.mail/fivesigma/Inbox
|
||
|
|
||
|
Channel fivesigma
|
||
|
Far :fivesigma-remote:
|
||
|
Near :fivesigma-local:
|
||
|
Expunge Both
|
||
|
# Include everything
|
||
|
Patterns *
|
||
|
Patterns !All*
|
||
|
Patterns !Spam
|
||
|
# Automatically create missing mailboxes, both locally and on the server
|
||
|
Create Both
|
||
|
# Save the synchronization state files in the relevant directory
|
||
|
SyncState *
|