tests/himalaya: fix expected config

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman 2025-06-22 11:47:47 -05:00
parent 07e72705a1
commit c32df52a2f

View file

@ -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"