From dc63532258cdf7f2964df23c7e6e8649729259cd Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 6 Jul 2016 14:20:00 -0400 Subject: Revamped mutt aliases to also use lbdb --- .muttrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.muttrc') diff --git a/.muttrc b/.muttrc index 273f927..9c1ef83 100644 --- a/.muttrc +++ b/.muttrc @@ -24,7 +24,7 @@ set pager_stop = yes # Display HTML mail only if there's no text/plain alternative_order text/plain text/html * auto_view text/html -set display_filter="~/bin/mutt-autoalias" +set display_filter="~/bin/lbdb-fetchaddr-wrapper" set timeout=15 set mail_check=60 @@ -70,6 +70,7 @@ macro index \cxw 'set index_format="%4C %{%m%d} %-16.16F %-15.15B set mark_old=yes +set query_command="lbdbq %s" # set query_command = "abook --mutt-query '%s'" # macro generic,index,pager \ca "abook" "launch abook" # macro index,pager A "abook --add-email-quiet" -- cgit v1.2.3