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 +- lib/muttrc | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'lib') 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; }; diff --git a/lib/muttrc b/lib/muttrc index ebbcdb0..4c0dd2c 100644 --- a/lib/muttrc +++ b/lib/muttrc @@ -14,9 +14,9 @@ set message_cachedir = ~/.mutt/cache/bodies set certificate_file =~/.mutt/certificates # Contacts -set display_filter=~/config/mutt/generate-contacts.sh -set alias_file=~/contacts.txt -source $alias_file +#set display_filter=~/config/mutt/generate-contacts.sh +#set alias_file=~/contacts.txt +#source $alias_file set move = no set include @@ -93,7 +93,7 @@ bind index,pager X change-vfolder ## Accounts -set my_pw = "`pass bnet/helium/mail/ben`" +#set my_pw = "`pass bnet/helium/mail/ben`" set imap_user = "ben@bsima.me" set imap_pass = $my_pw -- cgit v1.2.3