version 0.1.0

- add nixosModules config part to readme
- cleanup
- add version tag 0.1.0

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
This commit is contained in:
2024-07-12 21:48:00 +02:00
parent e860cf24f1
commit f40359baec
5 changed files with 55 additions and 25 deletions

View File

@@ -139,6 +139,7 @@ class Config:
password=cls._read_from_file(
(config.get("client", "password_file", fallback=""))
),
# TODO: Remove or add nixos option
set_reply_to=config.getboolean(
"client", "set_reply_to", fallback=False
),