mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 02:39:45 +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
16 lines
339 B
TOML
16 lines
339 B
TOML
email-listing-page-size = 50
|
|
|
|
["hm@example.com"]
|
|
backend = "maildir"
|
|
default = true
|
|
display-name = "H. M. Test"
|
|
email = "hm@example.com"
|
|
maildir-root-dir = "/home/hm-user/Maildir/hm@example.com"
|
|
sender = "sendmail"
|
|
sendmail-cmd = "msmtp"
|
|
|
|
["hm@example.com".folder-aliases]
|
|
drafts = "Drafts"
|
|
inbox = "Inbox"
|
|
sent = "Sent"
|
|
trash = "Deleted"
|