Thunderbird Konto Marianne ergänzt
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
|
||||
# 1. Die allgemeine E-Mail-Konfiguration
|
||||
accounts.email.accounts = {
|
||||
"Privat" = {
|
||||
"mail@martin-haitz.com" = {
|
||||
primary = true;
|
||||
address = "mail@martin-haitz.com";
|
||||
realName = "Martin Haitz";
|
||||
@@ -40,7 +40,7 @@
|
||||
# Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll
|
||||
thunderbird.enable = true;
|
||||
};
|
||||
"martin" = {
|
||||
"martin@dukebase.de" = {
|
||||
address = "martin@dukebase.de";
|
||||
realName = "Martin Haitz";
|
||||
userName = "martin@dukebase.de";
|
||||
@@ -52,6 +52,16 @@
|
||||
# Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll
|
||||
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
|
||||
# compatible with. This helps avoid breakage when a new Home Manager release
|
||||
|
||||
Reference in New Issue
Block a user