* Kyle Wheeler <kyle-mutt-dev@xxxxxxxxxxxxxx> [2005-04-04 10:48 -0500]: > Is there an easy way to make the regular expressions in patterns not > case sensitive? They're usually used for email addresses that aren't > case sensitive... >From The Fine Manual (the section talking about regular expressions): The search is case sensitive if the pattern contains at least one upper case letter, and case insensitive otherwise. Nicolas