diff options
Diffstat (limited to 'common/domain/typeimplementations.cpp')
-rw-r--r-- | common/domain/typeimplementations.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/typeimplementations.cpp b/common/domain/typeimplementations.cpp index 4e61bad..40b0cfd 100644 --- a/common/domain/typeimplementations.cpp +++ b/common/domain/typeimplementations.cpp | |||
@@ -41,6 +41,7 @@ typedef IndexConfig<Mail, | |||
41 | ValueIndex<Mail::Folder>, | 41 | ValueIndex<Mail::Folder>, |
42 | ValueIndex<Mail::ParentMessageId>, | 42 | ValueIndex<Mail::ParentMessageId>, |
43 | ValueIndex<Mail::MessageId>, | 43 | ValueIndex<Mail::MessageId>, |
44 | ValueIndex<Mail::Draft>, | ||
44 | SortedIndex<Mail::Folder, Mail::Date>, | 45 | SortedIndex<Mail::Folder, Mail::Date>, |
45 | SecondaryIndex<Mail::MessageId, Mail::ThreadId>, | 46 | SecondaryIndex<Mail::MessageId, Mail::ThreadId>, |
46 | SecondaryIndex<Mail::ThreadId, Mail::MessageId>, | 47 | SecondaryIndex<Mail::ThreadId, Mail::MessageId>, |