From f5d52594929be1a6d3c86cfc5bf3fe1511676955 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Thu, 14 Oct 2021 16:17:13 -0400 Subject: get minimal mutt working --- lib/email.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/email.nix') diff --git a/lib/email.nix b/lib/email.nix index cfeb423..831d52b 100644 --- a/lib/email.nix +++ b/lib/email.nix @@ -43,7 +43,7 @@ in expunge = "none"; }; notmuch.enable = true; - passwordCommand = "${pkgs.coreutils}/bin/cat ~/keybase/private/bsima/ben@simatime.com"; + passwordCommand = "${pkgs.coreutils}/bin/cat ~/private/ben@simatime.com"; msmtp.enable = true; }; -- cgit v1.2.3