mirror of
https://github.com/nix-community/home-manager
synced 2024-11-08 04:09:44 +01:00
6abb775e75
* himalaya: add soywod to maintainers * himalaya: make the config safer Also added two services and more tests. * himalaya: fix doc + typos * himalaya: use freeform * himalaya: run ./format * himalaya: make use of mkPackageOption
24 lines
519 B
TOML
24 lines
519 B
TOML
["hm@example.com"]
|
|
backend = "imap"
|
|
default = true
|
|
display-name = "H. M. Test"
|
|
email = "hm@example.com"
|
|
imap-host = "imap.example.com"
|
|
imap-login = "home.manager"
|
|
imap-passwd-cmd = "password-command"
|
|
imap-port = 993
|
|
imap-ssl = true
|
|
imap-starttls = false
|
|
sender = "smtp"
|
|
smtp-host = "smtp.example.com"
|
|
smtp-login = "home.manager"
|
|
smtp-passwd-cmd = "password-command"
|
|
smtp-port = 465
|
|
smtp-ssl = true
|
|
smtp-starttls = false
|
|
|
|
["hm@example.com".folder-aliases]
|
|
drafts = "Drafts"
|
|
inbox = "Inbox"
|
|
sent = "Sent"
|
|
trash = "Trash"
|