Thunderbird Konto Marianne ergänzt
This commit is contained in:
@@ -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,6 +52,16 @@
|
|||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user