diff options
author | Ben Sima <ben@bsima.me> | 2019-03-12 10:03:53 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-12 10:03:53 -0700 |
commit | 812b405d5c4df7e4d5819c2d067f697c44e66ce0 (patch) | |
tree | 8f89150949746c81ffe986cf0709178200f88bf7 | |
parent | e05f450039be9c49160a3c95de15fca630e00657 (diff) |
No more ue
-rw-r--r-- | email.nix | 45 |
1 files changed, 14 insertions, 31 deletions
@@ -57,37 +57,20 @@ in msmtp.enable = true; }; - "bsima@undergroundelephant.com" = { - flavor = "gmail.com"; - realName = "Ben Sima"; - address = "bsima@undergroundelephant.com"; - userName = "bsima@undergroundelephant.com"; - mbsync = { - enable = true; - create = "both"; - expunge = "none"; - }; - notmuch.enable = true; - msmtp.enable = true; - passwordCommand = "pass work/ue/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; - }; + #"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"; + #}; }; }; }; |