> Could you not prepend your EXPR with something like this?
> 
>     `^(Delivered|Envelope)-To:\ `

I belive that you want this to be all-lowercase, because those headers can be 
any case, and mutt will search case-insensitively per sec. 8.3 of the manual:

>  As for regular expressions, a lower case string search pattern makes Mutt 
> perform a case-insensitive search except for IMAP (because for IMAP Mutt 
> performs server-side searches which don't support case-insensitivity).

Of course, you have to lower-case your EXPR (expr?) too. It would be nice if we 
had a better way to do that.

--
jh...@alum.mit.edu
John Hawkinson

Reply via email to