users/b12f: add momo emails
This commit is contained in:
parent
42ed7abf8a
commit
dcfc8728b3
|
@ -137,6 +137,16 @@ in {
|
|||
address = mkEmailAddress "crew" "pub.solar";
|
||||
host = "mail.pub.solar";
|
||||
}
|
||||
{
|
||||
address = mkEmailAddress "mail" "momo.koeln";
|
||||
host = "mail.momo.koeln";
|
||||
emptysignature = true;
|
||||
}
|
||||
{
|
||||
address = mkEmailAddress "admins" "momo.koeln";
|
||||
host = "mail.momo.koeln";
|
||||
emptysignature = true;
|
||||
}
|
||||
# {
|
||||
# address = mkEmailAddress "benjamin.yule.baedorf" "verkstedt.com";
|
||||
# flavor = "gmail";
|
||||
|
@ -172,6 +182,7 @@ in {
|
|||
programs.msmtp.enable = true;
|
||||
programs.neomutt = {
|
||||
enable = true;
|
||||
sort = "reverse-threads";
|
||||
binds = [
|
||||
# Moving around
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue