From e69aab905ae41bcd623e895be1d98d634c06a561 Mon Sep 17 00:00:00 2001 From: Raul Benencia Date: Thu, 4 Aug 2022 07:26:08 -0700 Subject: mutt: t-prot max lines --- .mutt/muttrc.macros | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.mutt/muttrc.macros') diff --git a/.mutt/muttrc.macros b/.mutt/muttrc.macros index fe3b1a0..24b2960 100644 --- a/.mutt/muttrc.macros +++ b/.mutt/muttrc.macros @@ -40,11 +40,11 @@ macro index m "T~N;WN^T~TT~O;WN^T~T" "mark all # 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" +macro generic \e1 ":set display_filter='t-prot -cmekatlS --max-lines=2000 --bigq --pgp-short --pgp-move --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'\n" "Turn TOFU protection on" # same in pager mode - ugly but what the hell... macro pager \e0 ":unset display_filter; exec exit\n:exec display-message\n" "Turn TOFU protection off" -macro pager \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'; exec exit\n:exec display-message\n" "Turn TOFU protection on" +macro pager \e1 ":set display_filter='t-prot -cmekatlS --max-lines=2000 --bigq --pgp-short --pgp-move --pgp-move-vrf -Mmutt -L/etc/t-prot/footers -A/etc/t-prot/ads'; exec exit\n:exec display-message\n" "Turn TOFU protection on" macro attach 'V' "cat > ~/tmp/mail.html && xdg-open ~/tmp/mail.html && rm -f ~/tmp/mail.html" -- cgit v1.2.3