[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Procmail recipe for "ignore-thread"



On Thu, Dec 11, 2003 at 07:26:30PM -0700, Thanasis Kinias wrote:
> scripsit s. keeling:
> > 
> >    | egrep '^Message-ID' > ~/.mutt/kill
> > 
> > You can stuff some sed in there to clean it up.
> 
> Um, `>>' not `>', right?  You don't want to clobber the killfile, no?

I ended up with:
| grep -Ei '^(Message-ID|References)' >> ~/.mutt/kill

The procmail recipe works without cleaning up with sed.

I ended up with:
| grep -Ei '^(Message-ID|References)'  >> ~/.mutt/kill

You need to kill the references to really kill the whole thread,
unless you kill the head.

Thanks for the tip!



Reply to: