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 /lib/muttrc | |
parent | e68cb39f71dbb7205aef075b7106f04bdd2a74ff (diff) |
get minimal mutt working
Diffstat (limited to 'lib/muttrc')
-rw-r--r-- | lib/muttrc | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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 |