bw email hypl
This commit is contained in:
@@ -4,7 +4,22 @@
|
||||
thunderbird
|
||||
];
|
||||
|
||||
|
||||
|
||||
programs.thunderbird = {
|
||||
enable = true;
|
||||
profiles = {
|
||||
default = {
|
||||
isDefault = true;
|
||||
settings = {
|
||||
"calendar.alarms.showmissed" = false;
|
||||
"calendar.alarms.playsound" = false;
|
||||
"calendar.alarms.show" = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
accounts.email.accounts = {
|
||||
"gamil-online" = {
|
||||
address = secrets.email.gmail-online.mail;
|
||||
@@ -45,33 +60,33 @@
|
||||
};
|
||||
};
|
||||
|
||||
"hsmw" = {
|
||||
address = secrets.email.hsmw.mail;
|
||||
realName = "Lennart J. Kurzweg";
|
||||
imap = {
|
||||
port = 993;
|
||||
host = "mail.hs-mittweida.de";
|
||||
};
|
||||
smtp = {
|
||||
port = 465;
|
||||
host = "mail.hs-mittweida.de";
|
||||
};
|
||||
signature = {
|
||||
text = ''
|
||||
--
|
||||
MatNr: ${secrets.email.hsmw.mnr}
|
||||
SemGr: ${secrets.email.hsmw.semgr}
|
||||
About Me: https://nx2.site/about-me
|
||||
Contact: https://nx2.site/contact
|
||||
GPG: https://nx2.site/gpg
|
||||
'';
|
||||
showSignature = "append";
|
||||
};
|
||||
thunderbird = {
|
||||
enable = true;
|
||||
profiles = [ "default" ];
|
||||
};
|
||||
};
|
||||
# "hsmw" = {
|
||||
# address = secrets.email.hsmw.mail;
|
||||
# realName = "Lennart J. Kurzweg";
|
||||
# imap = {
|
||||
# port = 993;
|
||||
# host = "mail.hs-mittweida.de";
|
||||
# };
|
||||
# smtp = {
|
||||
# port = 465;
|
||||
# host = "mail.hs-mittweida.de";
|
||||
# };
|
||||
# signature = {
|
||||
# text = ''
|
||||
# --
|
||||
# MatNr: ${secrets.email.hsmw.mnr}
|
||||
# SemGr: ${secrets.email.hsmw.semgr}
|
||||
# About Me: https://nx2.site/about-me
|
||||
# Contact: https://nx2.site/contact
|
||||
# GPG: https://nx2.site/gpg
|
||||
# '';
|
||||
# showSignature = "append";
|
||||
# };
|
||||
# thunderbird = {
|
||||
# enable = true;
|
||||
# profiles = [ "default" ];
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user