mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-11 17:39:37 +08:00
tests/meli: fix expected config
Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
@@ -10,9 +10,11 @@ subscribed_mailboxes = ["Inbox", "Sent", "Trash", "Drafts"]
|
||||
[accounts."hm@example.com".send_mail]
|
||||
hostname = "smtp.example.com"
|
||||
port = 1848
|
||||
|
||||
[accounts."hm@example.com".send_mail.auth]
|
||||
type = "auto"
|
||||
username = "home.manager"
|
||||
|
||||
[accounts."hm@example.com".send_mail.auth.password]
|
||||
type = "command_eval"
|
||||
value = "password-command"
|
||||
|
||||
Reference in New Issue
Block a user