Create MAIL:flags index in Mail. This should fix #8506.
This commit is contained in:
parent
8e2140fa5e
commit
d20d29f390
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user