On Sat, Jan 11, 2014 at 05:16:51AM +0100, Kim Christensen wrote:
> On Fri, Jan 10, 2014 at 10:41:57AM +0800, Techlive Zheng wrote:
> > Hey,
> > 
> > I want to highlight the parent message of a thread in index mode, how
> > can I accomplish that?
> 
> You could match for the following pattern:
> 
> !~h In-Reply-To:
> 
> This will only match non-replies (parent messages) and should work
> with most list managers (haven't seen one that doesn't, yet).

Also, to only match list posts (not normal messages), you could add a
check for List-Post header inclusion along with In-Reply-To header
exclusion):

(!~h In-Reply-To ~h List-Post)

Regards,

-- kchr

|_|O|_|  
|_|_|O|  Kim Christensen 
|O|O|O|  http://technopragmatics.org
---------------------------------------------------------------------
() ascii ribbon campain - against html e-mail
/\  www.asciiribbon.org - against proprietary attachments

Attachment: signature.asc
Description: Digital signature

Reply via email to