From f645808a1449a40d71e3cadd0b5b5bac164d5a7f Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 2 Sep 2022 10:07:50 -0400 Subject: lots of updates, idk --- lib/email.nix | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) (limited to 'lib/email.nix') diff --git a/lib/email.nix b/lib/email.nix index 061cf46..23a41a3 100644 --- a/lib/email.nix +++ b/lib/email.nix @@ -19,8 +19,7 @@ in realName = "Ben Sima"; address = "ben@bsima.me"; userName = "ben@simatime.com"; - # alot is broken in nixpkgs 21.11 - #alot.sendMailCommand = "${homedir}/bin/sendmail"; + alot.sendMailCommand = "${homedir}/bin/sendmail"; imap = { host = "simatime.com"; port = 993; @@ -47,21 +46,6 @@ in passwordCommand = "${pkgs.coreutils}/bin/cat ~/private/ben@simatime.com"; msmtp.enable = true; }; - - # "ben@heroprojects.io" = { - # flavor = "gmail.com"; - # realName = "Ben Sima"; - # address = "ben@heroprojects.io"; - # userName = "ben@heroprojects.io"; - # mbsync = { - # enable = true; - # create = "both"; - # expunge = "none"; - # }; - # notmuch.enable = true; - # msmtp.enable = true; - # passwordCommand = "cat ~/keybase/private/bsima/ben@heroprojects.io"; - # }; }; }; }; -- cgit v1.2.3