Hi, thanks for replying. :)
On Tue, 25 Jan 2000, David T-G wrote:
> Looks like you don't have a match for your actual topic or words parts.
I've been looking at how Mutt uses these regexps, and it seems I may need
something more like:
<ignore this> <match this> <ignore this>
>From what I can tell, the expression actually is more of the "ignore" part
rather than the "match" part... like a "negative" match. Am I right on
this?
> On the other hand, if you simply wanted to match on anything between your
> "re|aw" and the actual tracking number, you probably wanted ".*" instead
> of "*" between the two white classes -- but I don't think that that will
> work for your threading.
I think this would be more of what I need come to think of it. I want to
match everything between the re|aw and the tracking number. Can I just
match the middle part and ignore the re|aw and bracketed sections?
> Mutt regexp gurus: Is specifying the A-Z necessary if we don't care about
> the case? If we do and have to use A-Z, will the re|aw exp match upper
> case versions?
Well I'm no guru, :) but, the re|aw does match upper and lower case for
some reason. I got the whole beginning of my expression from the default
produced by the www-based muttrc generator and it seems to work as
advertised.