From: Axel Beckert Date: Mon, 13 Jul 2015 10:23:07 +0000 (+0200) Subject: Switch background color in Muttrc from black to default X-Git-Tag: debian/3.4-4~8 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=2939acd3b5aa110b9ff82f44c24dfe6f82c6a8a5;p=pkg%2Ft-prot.git Switch background color in Muttrc from black to default --- diff --git a/debian/Muttrc b/debian/Muttrc index 835f948..f110b75 100644 --- a/debian/Muttrc +++ b/debian/Muttrc @@ -10,5 +10,5 @@ macro pager \e0 ":unset display_filter; exec exit\n:exec display-message\n" "Tur macro pager \e1 ":set display_filter='t-prot -cmekatlS --max-lines=250 --bigq --pgp-short --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" # highlight TOFU protection: -color body brightmagenta black "^\\[---.*" -color body green black "^#v[-+]" +color body brightmagenta default "^\\[---.*" +color body green default "^#v[-+]"