1
0
mirror of https://github.com/nix-community/home-manager synced 2024-07-03 03:48:31 +02:00
home-manager/tests/modules/programs/getmail/getmail-expected.conf

17 lines
312 B
Plaintext
Raw Normal View History

# 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