X-Git-Url: https://git.deb.at/w?p=pkg%2Ft-prot.git;a=blobdiff_plain;f=muttrc.t-prot;fp=muttrc.t-prot;h=0000000000000000000000000000000000000000;hp=dacddf8ff71fb34b17e5c9424f59c5710a13a419;hb=3319969a89bb47afbd35da55d8c0d62a33be9ca7;hpb=9a69a9aaad35184ed236f415208041bf19e747e3 diff --git a/muttrc.t-prot b/muttrc.t-prot deleted file mode 100644 index dacddf8..0000000 --- a/muttrc.t-prot +++ /dev/null @@ -1,14 +0,0 @@ -# $Id: muttrc.t-prot,v 1.7 2002/03/18 19:19:23 jochen Exp $ -set display_filter='t-prot -acelmtS -Mmutt -L$HOME/.mutt/mlfooters -A$HOME/.mutt/adfooters' - -# toggle TOFU protection with ESC-0 and ESC-1 -macro generic \e0 ":unset display_filter\n" "Turn TOFU protection off" -macro generic \e1 ":set display_filter='t-prot -acelmtS -Mmutt -L$HOME/.mutt/mlfooters -A$HOME/.mutt/adfooters'\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 -acelmtS -Mmutt -L$HOME/.mutt/mlfooters -A$HOME/.mutt/adfooters'; exec exit\n:exec display-message\n" "Turn TOFU protection on" - -# highlight TOFU protection: -color body brightmagenta black "^\\[---.*" -color body green black "^#v[-+]"