diff options
author | Ben Sima <ben@bsima.me> | 2021-10-14 16:17:13 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-10-14 16:17:13 -0400 |
commit | f5d52594929be1a6d3c86cfc5bf3fe1511676955 (patch) | |
tree | 0f09b49a0f6be2824c0160748569ad621722d66e | |
parent | e68cb39f71dbb7205aef075b7106f04bdd2a74ff (diff) |
get minimal mutt working
-rw-r--r-- | lib/email.nix | 2 | ||||
-rw-r--r-- | lib/muttrc | 8 |
2 files changed, 5 insertions, 5 deletions
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; }; @@ -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 |