- fix searching with 'to:' modifier (typo)

release-0.6
alecpl 16 years ago
parent 1b1ff0a448
commit 1af6fe235d

@ -42,7 +42,7 @@ if (preg_match("/^from:.*/i", $str))
$subject = "HEADER FROM";
$search = trim($srch);
}
else if (preg_match("/^to.*:/i", $str))
else if (preg_match("/^to:.*/i", $str))
{
list(,$srch) = explode(":", $str);
$subject = "HEADER TO";

Loading…
Cancel
Save