From 15788f856aa13e3c074c9b01eba3c901ef8c1f83 Mon Sep 17 00:00:00 2001 From: Matt Nish-Lapidus Date: Thu, 27 Mar 2025 15:01:24 -0400 Subject: [PATCH] thunderbird --- modules/home/email.nix | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/modules/home/email.nix b/modules/home/email.nix index 14f16ae..010ef57 100644 --- a/modules/home/email.nix +++ b/modules/home/email.nix @@ -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; };