39 lines
799 B
Text
39 lines
799 B
Text
|
# Global configuration section
|
||
|
# Values here are used as defaults for any following Channel section that
|
||
|
# doesn't specify them.
|
||
|
Expunge Both
|
||
|
Create Both
|
||
|
SyncState *
|
||
|
|
||
|
MaildirStore local
|
||
|
Path ~/.local/share/mail/local/
|
||
|
Subfolders Verbatim
|
||
|
Trash Trash
|
||
|
|
||
|
#############################
|
||
|
#
|
||
|
|
||
|
IMAPStore test1@example.com
|
||
|
Host imap.example.com
|
||
|
User test1@example.com
|
||
|
PassCmd "keyring get 'cas:test1@example.com' 'test1@example.com'"
|
||
|
SSLType STARTTLS
|
||
|
|
||
|
Channel test1@example.com
|
||
|
Far :test1@example.com:
|
||
|
Near :local:test1@example.com/
|
||
|
|
||
|
#############################
|
||
|
#
|
||
|
|
||
|
IMAPStore test2@example.com
|
||
|
Host imap.example.com
|
||
|
User test2@example.com
|
||
|
PassCmd "keyring get 'cas:test2@example.com' 'test2@example.com'"
|
||
|
SSLType STARTTLS
|
||
|
|
||
|
Channel test2@example.com
|
||
|
Far :test2@example.com:
|
||
|
Near :local:test2@example.com/
|
||
|
|