@ -212,7 +212,7 @@ Parser::Private::process_regex (const std::string& field, const std::regex& rx)
|
|||||||
if (id == MU_MSG_FIELD_ID_NONE)
|
if (id == MU_MSG_FIELD_ID_NONE)
|
||||||
return {};
|
return {};
|
||||||
|
|
||||||
char pfx[] = { mu_msg_field_xapian_prefix(id), '\0' };
|
char pfx[] = { mu_msg_field_shortcut(id), '\0' };
|
||||||
|
|
||||||
std::vector<std::string> terms;
|
std::vector<std::string> terms;
|
||||||
store_.for_each_term(pfx,[&](auto&& str){
|
store_.for_each_term(pfx,[&](auto&& str){
|
||||||
|
|||||||
Reference in New Issue
Block a user