diff options
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>" |