Search Results Highlighter
0.1 Alpha
This mod will replace the bold highlighting of standard search results with a Google-style yellow highlight on message results and cyan on the subject matches.
Matt Chroust (memobug)
http://www.bonsaiTALK.com
Sources/Search.pl
if( $subfound ) {
foreach( @search ) {
$msub =~ s~(\Q$_\E)~$_~ig;
}
}
if( $subfound ) {
foreach( @search ) {
$msub =~ s~(\Q$_\E)~$_~ig;
}
}
if( $msgfound ) {
foreach( @search ) {
$message =~ s~(\Q$_\E)~$_~ig;
}
}
if( $msgfound ) {
foreach( @search ) {
$message =~ s~(\Q$_\E)~$_~ig;
}
}