On Tue, Aug 15, 2000 at 03:27:46AM -0500, David Champion wrote:
> On 2000.08.15, in <[EMAIL PROTECTED]>,
>       "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote:
> > 
> >     push "l!~s '^DON'\\''T DELETE THIS MESSAGE -- FOLDER INTERNAL DATA$'^M"
> > 
> > This (I hope) anchors the string at both ends so that only messages
> > with this exact subject will be matched so messages with 'Re:' on the
> > front etc. will not be ignored.
> 
> Turns out you also can use:
>       push "<limit>! ~h X-IMAP:<return>"
> or, I guess,
>       push "l! ~h X-IMAP:\n"
> 
> I can't guess how much slower that might be, if any, but it's surely
> simpler.

Definitely!  :-)   I think this is a very neat approach.  I doubt if
it's significantly slower and I'm not really fussed on that front, I
don't have folders with large numbers of mail messages in them.

-- 
Chris Green ([EMAIL PROTECTED])
  Home: [EMAIL PROTECTED]           Work: [EMAIL PROTECTED]
  WWW: http://www.isbd.co.uk/

Reply via email to