diff options
author | Raul Benencia <rul@kalgan.cc> | 2021-03-31 11:20:14 -0700 |
---|---|---|
committer | Raul Benencia <rul@kalgan.cc> | 2021-03-31 11:20:14 -0700 |
commit | ea9ecc96a106f2a089fd30444ad3191864e55d9c (patch) | |
tree | 61535e54f12f29768ffedad20e5bfdfcb70ef692 | |
parent | dc001a72f62be921e84dffd239b877efda53dea5 (diff) |
assume mutt-fetchbug is in PATH
-rw-r--r-- | .mutt/muttrc.macros | 5 |
1 files 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|" |