Create MAIL:flags index in Mail. This should fix #8506.
This commit is contained in:
@@ -460,6 +460,7 @@ TMailApp::ReadyToRun()
|
|||||||
fs_create_index(volume.Device(), "MAIL:draft", B_INT32_TYPE, 0);
|
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_SIGNATURE, B_STRING_TYPE, 0);
|
||||||
fs_create_index(volume.Device(), INDEX_STATUS, 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
|
// Load dictionaries
|
||||||
BPath indexDir;
|
BPath indexDir;
|
||||||
|
|||||||
Reference in New Issue
Block a user