thunderbird

This commit is contained in:
Matt Nish-Lapidus 2025-03-27 15:01:24 -04:00
parent c56d621059
commit 15788f856a

View file

@ -19,7 +19,6 @@
msmtp.enable = true;
flavor = "fastmail.com";
passwordCommand = "rbw get mu4e-fastmail";
# thunderbird.enable = true;
};
"admin@studyoftime.org" = {
@ -38,19 +37,7 @@
imap.host = "imap.dreamhost.com";
smtp.host = "imap.dreamhost.com";
userName = "admin@studyoftime.org";
# thunderbird.enable = true;
};
# "m.nishlapidus@utoronto.ca" = {
# address = "m.nishlapidus@utoronto.ca";
# realName = "Matt Nish-Lapidus";
# imap.host = "outlook.office365.com";
# imap.port = 993;
# smtp.host = "smtp.office365.com";
# smtp.port = 587;
# userName = "m.nishlapidus@utoronto.ca";
# thunderbird.enable = true;
# };
};
};
@ -62,7 +49,6 @@
msmtp.enable = true;
thunderbird = {
enable = true;
package = pkgs.thunderbird-latest;
profiles.emenel = {
isDefault = true;
};