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

/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp560 static const char *g_AttributeNameSpamRatio = "MAIL:ratio_spam"; variable
2978 TextFile.WriteAttr (g_AttributeNameSpamRatio, B_FLOAT_TYPE,
3394 if (fs_stat_index (DeviceID, g_AttributeNameSpamRatio,
3397 if (fs_create_index (DeviceID, g_AttributeNameSpamRatio,
3403 "on device \"%s\"", g_AttributeNameSpamRatio,
3446 else if (strcmp (StringPntr, g_AttributeNameSpamRatio) == 0)
3501 Parameters.AddString ("attr:name", g_AttributeNameSpamRatio);

Completed in 70 milliseconds