summaryrefslogtreecommitdiffstats
path: root/common/domain/mail.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/domain/mail.cpp')
-rw-r--r--common/domain/mail.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/domain/mail.cpp b/common/domain/mail.cpp
index 69c351c..29c72c2 100644
--- a/common/domain/mail.cpp
+++ b/common/domain/mail.cpp
@@ -51,6 +51,7 @@ static TypeIndex &getIndex()
51 index->addProperty<QString>("subject"); 51 index->addProperty<QString>("subject");
52 index->addProperty<QDateTime>("date"); 52 index->addProperty<QDateTime>("date");
53 index->addProperty<QByteArray>("folder"); 53 index->addProperty<QByteArray>("folder");
54 index->addPropertyWithSorting<QByteArray, QDateTime>("folder", "date");
54 } 55 }
55 return *index; 56 return *index;
56} 57}