diff options
Diffstat (limited to 'framework/domain/maillistmodel.cpp')
-rw-r--r-- | framework/domain/maillistmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/domain/maillistmodel.cpp b/framework/domain/maillistmodel.cpp index 950a2b8d..0e76e0a8 100644 --- a/framework/domain/maillistmodel.cpp +++ b/framework/domain/maillistmodel.cpp | |||
@@ -51,6 +51,7 @@ QHash< int, QByteArray > MailListModel::roleNames() const | |||
51 | roles[Unread] = "unread"; | 51 | roles[Unread] = "unread"; |
52 | roles[Important] = "important"; | 52 | roles[Important] = "important"; |
53 | roles[Draft] = "draft"; | 53 | roles[Draft] = "draft"; |
54 | roles[Trash] = "trash"; | ||
54 | roles[Id] = "id"; | 55 | roles[Id] = "id"; |
55 | roles[MimeMessage] = "mimeMessage"; | 56 | roles[MimeMessage] = "mimeMessage"; |
56 | roles[DomainObject] = "domainObject"; | 57 | roles[DomainObject] = "domainObject"; |