search: make references searchable
Allow searching for message that have the given message-id in References: or Reply-To:
This commit is contained in:
@ -106,8 +106,6 @@ topic_fields(const Options& opts)
|
||||
return "boolean";
|
||||
if (field.is_phrasable_term())
|
||||
return "phrase";
|
||||
if (field.is_value())
|
||||
return "yes";
|
||||
if (field.is_contact())
|
||||
return "contact";
|
||||
if (field.is_range())
|
||||
|
||||
Reference in New Issue
Block a user