Searched refs:newSubjectString (Results 1 - 1 of 1) sorted by relevance

/haiku/src/add-ons/mail_daemon/inbound_filters/spam_filter/
H A DSpamFilter.cpp296 BString newSubjectString; local
297 newSubjectString.SetTo("[Spam ");
300 newSubjectString << percentageString << "%] ";
301 newSubjectString << buffer;
304 if (file.WriteAttrString("Subject", &newSubjectString) < 0)

Completed in 31 milliseconds