tests/himalaya: fix expected config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
parent
07e72705a1
commit
c32df52a2f
1 changed files with 3 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue