Quoting Brent S. Clark ([EMAIL PROTECTED]): > It should be able to group multiple items for a color.
Currently this isn't possible because it doesn't use regular expressions to match the words / names you want to hilight, or if it does, it doesn't accept user-created regexen. I just checked, in functions/mailbox_display.php is the part where the hilighting is done, and it doesn't use regexps, just normal 'strstr' (is string1 in string2) checks. Also, the comment above it is real cool. I might even decide to rewrite that to use ereg(). Regards, Sander -- | I must consider my sins... | 1024D/08CEC94D - 34B3 3314 B146 E13C 70C8 9BDB D463 7E41 08CE C94D ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf -- squirrelmail-users mailing list List Address: [EMAIL PROTECTED] List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995 List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users
