mirror of
https://github.com/nix-community/home-manager
synced 2024-11-06 03:09:45 +01:00
9ce6977fe7
Added notmuch support, and adjust password commands configuration.
35 lines
700 B
TOML
35 lines
700 B
TOML
email-listing-page-size = 40
|
|
|
|
["hm@example.com"]
|
|
backend = "imap"
|
|
default = true
|
|
display-name = "H. M. Test"
|
|
email = "hm@example.com"
|
|
email-listing-page-size = 50
|
|
folder-listing-page-size = 50
|
|
imap-auth = "passwd"
|
|
imap-host = "imap.example.com"
|
|
imap-login = "home.manager"
|
|
imap-port = 143
|
|
imap-ssl = false
|
|
imap-starttls = false
|
|
sender = "smtp"
|
|
smtp-auth = "passwd"
|
|
smtp-host = "smtp.example.com"
|
|
smtp-login = "home.manager"
|
|
smtp-port = 465
|
|
smtp-ssl = true
|
|
smtp-starttls = true
|
|
|
|
["hm@example.com".folder-aliases]
|
|
custom = "Custom"
|
|
drafts = "D"
|
|
inbox = "In2"
|
|
sent = "Out"
|
|
trash = "Trash"
|
|
|
|
["hm@example.com".imap-passwd]
|
|
cmd = "password-command"
|
|
|
|
["hm@example.com".smtp-passwd]
|
|
cmd = "password-command"
|