From 5bbf9018acc3b6992df32db4e8110454d4ccb2ee Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Mon, 25 Feb 2019 09:21:08 -0800 Subject: Enable hero email --- email.nix | 31 +++++++++++++++---------------- 1 file changed, 15 insertions(+), 16 deletions(-) diff --git a/email.nix b/email.nix index 9efaa00..b8d9e3f 100644 --- a/email.nix +++ b/email.nix @@ -72,22 +72,21 @@ in smtp.tls.useStartTls = true; }; - # Auth is blocked by Google policies - #"ben.sima@heroprojects.io" = { - # flavor = "gmail.com"; - # realName = "Ben Sima"; - # address = "ben.sima@heroprojects.io"; - # userName = "ben.sima@heroprojects.io"; - # mbsync = { - # enable = true; - # create = "both"; - # expunge = "none"; - # }; - # notmuch.enable = true; - # msmtp.enable = true; - # passwordCommand = "pass work/hero/gmail"; - # smtp.tls.useStartTls = true; - #}; + "ben.sima@heroprojects.io" = { + flavor = "gmail.com"; + realName = "Ben Sima"; + address = "ben.sima@heroprojects.io"; + userName = "ben.sima@heroprojects.io"; + mbsync = { + enable = true; + create = "both"; + expunge = "none"; + }; + notmuch.enable = true; + msmtp.enable = true; + passwordCommand = "pass work/hero/gmail"; + smtp.tls.useStartTls = true; + }; }; }; }; -- cgit v1.2.3