diff options
author | Ryan Kavanagh <rak@debian.org> | 2016-07-06 14:20:00 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2016-07-06 14:20:00 -0400 |
commit | dc63532258cdf7f2964df23c7e6e8649729259cd (patch) | |
tree | 7542a1ed54d7a04352a5e9da3705ea68574d1a25 /.muttrc | |
parent | More cleanup (diff) |
Revamped mutt aliases to also use lbdb
Diffstat (limited to '.muttrc')
-rw-r--r-- | .muttrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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>" |