From 8164630ae7a0c5ff0ba121948a260ff512561aaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Max=20K=C3=A4nner?= Date: Wed, 5 Feb 2025 13:59:52 +0100 Subject: [PATCH] 550 current 1970-01-01 01:00:00 24.11.20250201.f668777 6.6.74 * --- modules/home/programs/thunderbird.nix | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/modules/home/programs/thunderbird.nix b/modules/home/programs/thunderbird.nix index 51acbe4..803cc82 100644 --- a/modules/home/programs/thunderbird.nix +++ b/modules/home/programs/thunderbird.nix @@ -61,6 +61,28 @@ in { thunderbird.enable = true; }; "luhbots" = { + address = "max.kaenner@luhbots-hannover.de"; + userName = "max.kaenner@luhbots-hannover.de"; + realName = "Max Känner"; + imap = { + host = "mxe96b.netcup.net"; + port = 465; + tls = { + enable = true; + useStartTls = false; + }; + }; + smtp = { + host = "mxe96b.netcup.net"; + port = 143; + tls = { + enable = true; + useStartTls = false; + }; + }; + thunderbird.enable = true; + }; + "luhbots-alt" = { address = "max.kaenner@luhbots.de"; userName = "max.kaenner@luhbots.de"; realName = "Max Känner";