mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 00:39:45 +01:00
de8033747c
- Move all module tests to their own directories. - Avoid duplication of `// import`.
16 lines
310 B
Text
16 lines
310 B
Text
# Generated by Home-Manager.
|
|
[retriever]
|
|
type = SimpleIMAPSSLRetriever
|
|
server = imap.example.com
|
|
port = 993
|
|
username = home.manager
|
|
password_command = ('password-command')
|
|
mailboxes = ( 'INBOX', 'Sent', 'Work' )
|
|
|
|
[destination]
|
|
type = MDA_external
|
|
path = /bin/maildrop
|
|
|
|
[options]
|
|
delete = false
|
|
read_all = true
|