rename mailname to mail_domain everywhere

This commit is contained in:
holger krekel
2023-12-11 16:33:52 +01:00
parent e27dd84501
commit 02918de6c1
12 changed files with 33 additions and 33 deletions

View File

@@ -25,7 +25,7 @@ class TestCmdline:
main(["init", "chat.example.org"])
inipath = tmp_path.joinpath("chatmail.ini")
config = read_config(inipath)
assert config.mailname == "chat.example.org"
assert config.mail_domain == "chat.example.org"
def test_init_not_overwrite(self):
main(["init", "chat.example.org"])