get rid of new_text

This commit is contained in:
ailin-nemui 2017-06-05 11:41:50 +02:00
commit 4edfccfce7
6 changed files with 50 additions and 40 deletions

View file

@ -69,7 +69,7 @@ static int ignore_match_pattern(IGNORE_REC *rec, const char *text)
if (rec->regexp) {
return rec->preg != NULL &&
i_regex_match(rec->preg, text, 0, NULL, NULL);
i_regex_match(rec->preg, text, 0, NULL);
}
return rec->fullword ?