cleanup after failing to get a notmuch lookup thing to work

This commit is contained in:
Alex Kelly 2021-07-07 16:53:10 -04:00
parent b23dcf7fb8
commit ac73fb9766
2 changed files with 2 additions and 2 deletions

View file

@ -50,5 +50,5 @@ source ~/.mutt/sources.sh|
# Addressbook lookup
set query_command="khard email -p '%s'"
bind editor <Tab> complete-query
set editor="nvim -S ~/.mutt/vimrc"
set editor="nvim -S ~/.mutt/vimrc"

View file

@ -43,6 +43,6 @@ set new_mail_command="notify-send -t 2000 --icon='/home/kellya/images/mutt-1.png
source ~/.mutt/sources.sh|
# Addressbook lookup
set query_command="khard email -p '%s'"
#set query_command="khard email -p '%s'"
bind editor <Tab> complete-query
set editor="nvim -S ~/.mutt/vimrc"