diff --git a/tests/modules/programs/himalaya/basic-expected.toml b/tests/modules/programs/himalaya/basic-expected.toml index 15e2e65b..a8cb371f 100644 --- a/tests/modules/programs/himalaya/basic-expected.toml +++ b/tests/modules/programs/himalaya/basic-expected.toml @@ -2,11 +2,13 @@ default = true display-name = "H. M. Test" email = "hm@example.com" + [accounts."hm@example.com".backend] host = "imap.example.com" login = "home.manager" port = 993 type = "imap" + [accounts."hm@example.com".backend.auth] cmd = "password-command" type = "password" @@ -25,6 +27,7 @@ host = "smtp.example.com" login = "home.manager" port = 465 type = "smtp" + [accounts."hm@example.com".message.send.backend.auth] cmd = "password-command" type = "password"