Create MAIL:flags index in Mail. This should fix #8506.

This commit is contained in:
czeidler 2012-04-30 11:42:53 +12:00
parent 8e2140fa5e
commit d20d29f390

View File

@ -460,6 +460,7 @@ TMailApp::ReadyToRun()
fs_create_index(volume.Device(), "MAIL:draft", B_INT32_TYPE, 0);
fs_create_index(volume.Device(), INDEX_SIGNATURE, B_STRING_TYPE, 0);
fs_create_index(volume.Device(), INDEX_STATUS, B_STRING_TYPE, 0);
fs_create_index(volume.Device(), B_MAIL_ATTR_FLAGS, B_INT32_TYPE, 0);
// Load dictionaries
BPath indexDir;