[prev in list] [next in list] [prev in thread] [next in thread] 

List:       haiku-commits
Subject:    [haiku-commits] haiku: hrev44082 - src/apps/mail
From:       clemens.zeidler () googlemail ! com
Date:       2012-04-29 23:48:09
Message-ID: 20120429234809.86C765C0B87 () vmrepo ! haiku-os ! org
[Download RAW message or body]

hrev44082 adds 1 changeset to branch 'master'
old head: 8e2140fa5eb8a019a5134ce041499d14b7ced7a3
new head: d20d29f390ece13d0513a9ab815345b54e5790d9

----------------------------------------------------------------------------

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

                                     [ czeidler <haiku@clemens-zeidler.de> ]

----------------------------------------------------------------------------

Revision:    hrev44082
Commit:      d20d29f390ece13d0513a9ab815345b54e5790d9
URL:         http://cgit.haiku-os.org/haiku/commit/?id=d20d29f
Author:      czeidler <haiku@clemens-zeidler.de>
Date:        Sun Apr 29 23:42:53 2012 UTC

Ticket:      https://dev.haiku-os.org/ticket/8506

----------------------------------------------------------------------------

1 file changed, 1 insertion(+)
src/apps/mail/MailApp.cpp |    1 +

----------------------------------------------------------------------------

diff --git a/src/apps/mail/MailApp.cpp b/src/apps/mail/MailApp.cpp
index 71d8365..8758981 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;


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic