Misleading comment removed
Removed a comment which seemed to be copy-pasted from add_terms_values_str. It did not applied to add_terms_values_msgid.
This commit is contained in:
@ -302,7 +302,6 @@ add_terms_values_number (Xapian::Document& doc, MuMsg *msg, MuMsgFieldId mfid)
|
|||||||
doc.add_term (prio_val((MuMsgPrio)num));
|
doc.add_term (prio_val((MuMsgPrio)num));
|
||||||
}
|
}
|
||||||
|
|
||||||
/* for string and string-list */
|
|
||||||
static void
|
static void
|
||||||
add_terms_values_msgid (Xapian::Document& doc, MuMsg *msg)
|
add_terms_values_msgid (Xapian::Document& doc, MuMsg *msg)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user