Thunderbird Konto Marianne ergänzt

This commit is contained in:
2026-04-27 07:57:05 +02:00
parent d562dab25f
commit 61a97b2702
+13 -3
View File
@@ -27,7 +27,7 @@
# 1. Die allgemeine E-Mail-Konfiguration # 1. Die allgemeine E-Mail-Konfiguration
accounts.email.accounts = { accounts.email.accounts = {
"Privat" = { "mail@martin-haitz.com" = {
primary = true; primary = true;
address = "mail@martin-haitz.com"; address = "mail@martin-haitz.com";
realName = "Martin Haitz"; realName = "Martin Haitz";
@@ -40,7 +40,7 @@
# Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll # Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll
thunderbird.enable = true; thunderbird.enable = true;
}; };
"martin" = { "martin@dukebase.de" = {
address = "martin@dukebase.de"; address = "martin@dukebase.de";
realName = "Martin Haitz"; realName = "Martin Haitz";
userName = "martin@dukebase.de"; userName = "martin@dukebase.de";
@@ -52,7 +52,17 @@
# Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll # Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll
thunderbird.enable = true; thunderbird.enable = true;
}; };
}; "marianne.haitz@duffyduke.de" = {
address = "marianne.haitz@duffyduke.de";
realName = "Marianne Haitz";
userName = "marianne.haitz@duffyduke.de";
imap.host = "imap.dukebase.de";
imap.port = 993;
smtp.host = "smtp.dukebase.de";
smtp.port = 465;
thunderbird.enable = true;
};
};
# This value determines the Home Manager release that your configuration is # This value determines the Home Manager release that your configuration is
# compatible with. This helps avoid breakage when a new Home Manager release # compatible with. This helps avoid breakage when a new Home Manager release
# introduces backwards incompatible changes. # introduces backwards incompatible changes.