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.

-- 
 -D.    [EMAIL PROTECTED]        NSIT    University of Chicago

Reply via email to