From ea9ecc96a106f2a089fd30444ad3191864e55d9c Mon Sep 17 00:00:00 2001 From: Raul Benencia 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 \ macro index \ - "unset wait_key~/bin/mutt-fetchbug --prompt search~/.cache/mutt_btsresultsset wait_key" \ + "unset wait_keymutt-fetchbug --prompt search~/.cache/mutt_btsresultsset wait_key" \ "fetch bug(s) (using bts show)" macro index \ @@ -38,7 +38,6 @@ macro index \ macro index m "T~N;WN^T~TT~O;WN^T~T" "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' "cat > ~/tmp/mail.html && xdg-open ~/tmp/mail.html && rm -f ~/tmp/mail.html" -source "$HOME/.mutt/muttrc.macros.env|" \ No newline at end of file +source "$HOME/.mutt/muttrc.macros.env|" -- cgit v1.2.3