]> git.deb.at Git - pkg/t-prot.git/commitdiff
Switch background color in Muttrc from black to default
authorAxel Beckert <abe@deuxchevaux.org>
Mon, 13 Jul 2015 10:23:07 +0000 (12:23 +0200)
committerAxel Beckert <abe@deuxchevaux.org>
Mon, 13 Jul 2015 10:23:07 +0000 (12:23 +0200)
debian/Muttrc

index 835f9485540cef13e91351b2d27d97bdb98b7178..f110b75c0663bec7833625359302bda5b45f5984 100644 (file)
@@ -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[-+]"