From ea9ecc96a106f2a089fd30444ad3191864e55d9c Mon Sep 17 00:00:00 2001
From: Raul Benencia <rul@kalgan.cc>
Date: Wed, 31 Mar 2021 11:20:14 -0700
Subject: assume mutt-fetchbug is in PATH

---
 .mutt/muttrc.macros | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/.mutt/muttrc.macros b/.mutt/muttrc.macros
index 2dc8eba..fe3b1a0 100644
--- a/.mutt/muttrc.macros
+++ b/.mutt/muttrc.macros
@@ -19,7 +19,7 @@ macro index <F6> \
 
 
 macro index <F7> \
-        "<enter-command>unset wait_key<enter><shell-escape>~/bin/mutt-fetchbug --prompt search<enter><change-folder-readonly>~/.cache/mutt_btsresults<enter><enter-command>set wait_key<enter>" \
+        "<enter-command>unset wait_key<enter><shell-escape>mutt-fetchbug --prompt search<enter><change-folder-readonly>~/.cache/mutt_btsresults<enter><enter-command>set wait_key<enter>" \
         "fetch bug(s) (using bts show)"
 
 macro index <F8> \
@@ -38,7 +38,6 @@ macro index <F9> \
 
 macro index <esc>m "T~N<enter>;WN^T~T<enter>T~O<enter>;WN^T~T<enter>" "mark all messages read"
 
-
 # toggle TOFU protection with ESC-0 (off) and ESC-1 (on)
 macro generic \e0 ":unset display_filter\n" "Turn TOFU protection off"
 macro generic \e1 ":set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-short --pgp-move --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'\n" "Turn TOFU protection on"
@@ -49,4 +48,4 @@ macro pager \e1 ":set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --
 
 macro attach 'V' "<pipe-entry>cat > ~/tmp/mail.html && xdg-open ~/tmp/mail.html && rm -f ~/tmp/mail.html<enter>"
 
-source "$HOME/.mutt/muttrc.macros.env|"
\ No newline at end of file
+source "$HOME/.mutt/muttrc.macros.env|"
-- 
cgit v1.2.3