1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-03 00:19:46 +01:00
home-manager/tests/modules/programs/getmail-expected.conf
dnsdhrj e413a1408e
getmail: fix port option type mismatch
Fixed type mismatch in commit 410f573226.
Added test case to ensure it works well.

(cherry picked from commit a177d0282f)
2019-10-29 23:10:23 +01:00

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