1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00

tests/meli: fix expected config

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-22 12:04:53 -05:00
parent 3d045a92d6
commit c8c30aa316

View file

@ -10,9 +10,11 @@ subscribed_mailboxes = ["Inbox", "Sent", "Trash", "Drafts"]
[accounts."hm@example.com".send_mail] [accounts."hm@example.com".send_mail]
hostname = "smtp.example.com" hostname = "smtp.example.com"
port = 1848 port = 1848
[accounts."hm@example.com".send_mail.auth] [accounts."hm@example.com".send_mail.auth]
type = "auto" type = "auto"
username = "home.manager" username = "home.manager"
[accounts."hm@example.com".send_mail.auth.password] [accounts."hm@example.com".send_mail.auth.password]
type = "command_eval" type = "command_eval"
value = "password-command" value = "password-command"