dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit 1ffac457aada2c2063dd4e76a5aa110b2b1ca175
parent 4cd808cdd3e389fa73f810331373d85bb72056ed
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 31 Oct 2020 22:53:38 +0100

mutt: use goobook for contacts

At least until I move contacts off Google. Which I should do soon.


Former-commit-id: c1dca34b1aacedc3c544e92e7c289eff516fdb45
Diffstat:
Mmutt/muttrc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mutt/muttrc b/mutt/muttrc @@ -120,7 +120,7 @@ bind index \031 previous-undeleted # Mouse wheel bind index \005 next-undeleted # Mouse wheel bind pager \031 previous-line # Mouse wheel bind pager \005 next-line # Mouse wheel -set query_command = "contacts -Sf '%eTOKEN%n' '%s' | sed -e 's/TOKEN/\t/g'" +set query_command = "goobook query %s" bind editor <Tab> complete-query bind editor ^T complete bind index,pager M noop