aboutsummaryrefslogtreecommitdiff
path: root/.muttrc
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@debian.org>2016-07-06 14:20:00 -0400
committerRyan Kavanagh <rak@debian.org>2016-07-06 14:20:00 -0400
commitdc63532258cdf7f2964df23c7e6e8649729259cd (patch)
tree7542a1ed54d7a04352a5e9da3705ea68574d1a25 /.muttrc
parentMore cleanup (diff)
Revamped mutt aliases to also use lbdb
Diffstat (limited to '.muttrc')
-rw-r--r--.muttrc3
1 files changed, 2 insertions, 1 deletions
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 '<enter-command>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 "<shell-escape>abook<return>" "launch abook"
# macro index,pager A "<pipe-message>abook --add-email-quiet<return>"