mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 10:49:44 +01:00
23 lines
491 B
TOML
23 lines
491 B
TOML
downloads-dir = "/data/download"
|
|
name = ""
|
|
|
|
["hm@example.com"]
|
|
default = true
|
|
default-page-size = 50
|
|
email = "hm@example.com"
|
|
imap-host = "imap.example.com"
|
|
imap-login = "home.manager"
|
|
imap-passwd-cmd = "'password-command'"
|
|
imap-port = 995
|
|
imap-starttls = false
|
|
name = "H. M. Test"
|
|
smtp-host = "smtp.example.com"
|
|
smtp-login = "home.manager"
|
|
smtp-passwd-cmd = "'password-command'"
|
|
smtp-port = 465
|
|
smtp-starttls = false
|
|
|
|
["hm@example.com".mailboxes]
|
|
draft = "Drafts"
|
|
inbox = "In"
|
|
sent = "Out"
|