flags] Reply-To: In-Reply-To: <[EMAIL PROTECTED]>; from [EMAIL PROTECTED] on Wed, Apr 26, 2000 at 04:51:25PM -0300 According to Francisco D. Borges on Wed, Apr 26, 2000 at 04:51:25PM -0300: | » Eric Smith wrote: | | > Has the following feature been dreamed up / implemented yet? | > | > I currently color code the messages in my index by the normal attributes | > of read tagged deleted list etc. What i would reallly like to do is say | > color code by regex matching in the Subject: | > | > like say: | > /urgent/ red | > /log/ yellow | | Try this :^) it does the trick for me: | color index red black "~s urgent" # Msg is urgent | thats nice aside: - silly example we are using, as we all know that any message with /urgent/i in the Subject should be plonked ;) Now anyone know if one may mix the above example with flags so that: color index brightred black "~s urgent" becomes color index red black ~D but the latter must only refer to meeages matching"~s urgent" So you may get the meaning from the color and then the status flag from the toming of that color. -- Eric Smith [EMAIL PROTECTED]