Since there is now appearently some work going on in the drawing part of mutt:
Any idea how a local hack/change has to look like to highlight an entire line in case M_TREE_STAR is set? Olaf On Wed, Sep 16, Olaf Hering wrote: > On Fri, Sep 11, Olaf Hering wrote: > > > To fixup mails with broken threading I will like to spot the emails > > which lack proper references. Right now such mails are just marked with > > a '*' in thread view, which is hard to spot and easy to miss. > > > > Is there a way to show such mails differently? > > After poking around in the sources I found mutt.c:print_enriched_string, > the M_TREE_STAR case. Is there a simple way to force the entire line to > have some color or other visual indicator? > > Olaf