* cosmetics

This commit is contained in:
Dirk-Jan C. Binnema
2010-01-24 01:37:26 +02:00
parent 508a645e7e
commit cf6c5d0a84
2 changed files with 10 additions and 12 deletions

View File

@ -207,9 +207,8 @@ add_terms_values_string (Xapian::Document& doc, MuMsgGMime *msg,
termgen.set_document (doc);
termgen.index_text_without_positions (str, 1, prefix);
} else {
/* terms can be up to
* MU_STORE_XAPIAN_MAX_TERM_LENGTH (240) long; this is
* a Xapian limit */
/* terms can be up to MU_STORE_XAPIAN_MAX_TERM_LENGTH
* (240) long; this is a Xapian limit */
doc.add_term (std::string (prefix + value, 0,
MU_STORE_XAPIAN_MAX_TERM_LENGTH));
}