From d20d29f390ece13d0513a9ab815345b54e5790d9 Mon Sep 17 00:00:00 2001 From: czeidler Date: Mon, 30 Apr 2012 11:42:53 +1200 Subject: [PATCH] Create MAIL:flags index in Mail. This should fix #8506. --- src/apps/mail/MailApp.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/mail/MailApp.cpp b/src/apps/mail/MailApp.cpp index 71d836589a..875898117c 100644 --- a/src/apps/mail/MailApp.cpp +++ b/src/apps/mail/MailApp.cpp @@ -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;