diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/profiles/messaging/default.nix | 49 |
1 files changed, 0 insertions, 49 deletions
diff --git a/home/profiles/messaging/default.nix b/home/profiles/messaging/default.nix index d0978a0..e7209e0 100644 --- a/home/profiles/messaging/default.nix +++ b/home/profiles/messaging/default.nix @@ -78,55 +78,6 @@ in userName = poorObfuscation "sefidel.com" "contact"; passwordCommand = "cat ${config.sops.secrets.sef-imap-password.path}"; }; - - accounts.zach = { - address = poorObfuscation "zachel.io" "zach"; - gpg = { - key = "346833414516C852FFB238E19F734565641C2F14"; - signByDefault = true; - }; - - imap.host = "imap.migadu.com"; - imap.tls.enable = true; - smtp.host = "smtp.migadu.com"; - smtp.tls.enable = true; - - mbsync = { - enable = true; - create = "maildir"; - remove = "none"; - expunge = "both"; - - extraConfig.account.SSLType = "IMAPS"; - extraConfig.account.SSLVersions = "TLSv1.2"; - }; - - msmtp.enable = true; - notmuch.enable = true; - neomutt.enable = true; - neomutt.mailboxName = "zach"; - neomutt.extraMailboxes = [ - "Archive" - "Drafts" - "Junk" - "Sent" - "Trash" - ]; - - imapnotify = { - enable = true; - boxes = [ "Inbox" ]; - onNotify = pkgs.writeShellScript "imap-on-notify" '' - ${mbsyncCmd} zach - ${pkgs.notmuch}/bin/notmuch new - ''; - }; - - primary = false; - realName = "zachel"; - userName = poorObfuscation "zachel.io" "zach"; - passwordCommand = mailPass "zach"; - }; }; programs.abook.enable = true; |