From 2939acd3b5aa110b9ff82f44c24dfe6f82c6a8a5 Mon Sep 17 00:00:00 2001 From: Axel Beckert Date: Mon, 13 Jul 2015 12:23:07 +0200 Subject: [PATCH] Switch background color in Muttrc from black to default --- debian/Muttrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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[-+]" -- 2.39.2