Thunderbird um weiteres Postfach erweitert
This commit is contained in:
@@ -18,6 +18,13 @@
|
|||||||
home.username = "martin";
|
home.username = "martin";
|
||||||
home.homeDirectory = "/home/martin";
|
home.homeDirectory = "/home/martin";
|
||||||
|
|
||||||
|
programs.thunderbird = {
|
||||||
|
enable = true;
|
||||||
|
profiles.default = {
|
||||||
|
isDefault = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
# 1. Die allgemeine E-Mail-Konfiguration
|
# 1. Die allgemeine E-Mail-Konfiguration
|
||||||
accounts.email.accounts = {
|
accounts.email.accounts = {
|
||||||
"Privat" = {
|
"Privat" = {
|
||||||
@@ -32,17 +39,18 @@
|
|||||||
|
|
||||||
# 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;
|
||||||
thunderbird.profiles = [ "default" ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
programs.thunderbird = {
|
|
||||||
enable = true;
|
|
||||||
profiles.default = {
|
|
||||||
isDefault = true;
|
|
||||||
settings = {
|
|
||||||
"mail.identity.default.suppress_signature_separation" = true; # Entfernt "--" vor Signatur
|
|
||||||
"intl.accept_languages" = "de-DE, en-US";
|
|
||||||
};
|
};
|
||||||
|
"martin" = {
|
||||||
|
address = "martin@dukebase.de";
|
||||||
|
realName = "Martin Haitz";
|
||||||
|
userName = "martin@dukebase.de";
|
||||||
|
imap.host = "imap.dukebase.de";
|
||||||
|
imap.port = 993;
|
||||||
|
smtp.host = "smtp.dukebase.de";
|
||||||
|
smtp.port = 465;
|
||||||
|
|
||||||
|
# Hier sagst du Home Manager, dass dieses Konto in Thunderbird erscheinen soll
|
||||||
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user