]> granicus.if.org Git - neomutt/commit
Add $header_color_partial to allow partial coloring of headers.
authorKevin McCarthy <kevin@8t8.us>
Tue, 9 May 2017 01:48:25 +0000 (18:48 -0700)
committerRichard Russon <rich@flatcap.org>
Fri, 12 May 2017 13:08:59 +0000 (14:08 +0100)
commit5b3bf4c79cd9d2827a62262a3fd3380565798c24
tree8c319a8fdeff0f0d02aa55ad8a626dc78a5b86ce
parent05c7e47b1c0b3ee30cd5921021b2e1f6f93d932e
Add $header_color_partial to allow partial coloring of headers.

When set, a regexp match will color only the matched text in the
header.  When unset (the default), the entire header will have color
applied.

With appropriate regexps, this allows coloring of just the header
field name.  Of course, it can also be used to highlight arbitrary
phrases in the headers too.
doc/manual.xml.head
init.h
mutt.h
pager.c