mirror of
https://github.com/nix-community/home-manager
synced 2024-11-01 08:49:44 +01:00
8a175a8913
Fixes tests that are affected by <https://github.com/NixOS/nixpkgs/pull/333744>.
14 lines
280 B
TOML
14 lines
280 B
TOML
auto_create_new_mailboxes = true
|
|
fqdn = "example.com"
|
|
password_command = "password-command"
|
|
username = "home.manager"
|
|
|
|
[tags]
|
|
deleted = "deleted"
|
|
directory_separator = "/"
|
|
important = "important"
|
|
inbox = "inbox"
|
|
lowercase = false
|
|
phishing = "phishing"
|
|
sent = "sent"
|
|
spam = "spam"
|