summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/domain/maillistmodel.h')
-rw-r--r--framework/domain/maillistmodel.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h
index 22b97e11..71a0a6df 100644
--- a/framework/domain/maillistmodel.h
+++ b/framework/domain/maillistmodel.h
@@ -51,10 +51,12 @@ public:
51 Unread, 51 Unread,
52 Important, 52 Important,
53 Draft, 53 Draft,
54 Trash,
54 Id, 55 Id,
55 MimeMessage, 56 MimeMessage,
56 DomainObject, 57 DomainObject,
57 ThreadSize 58 ThreadSize,
59 Mail
58 }; 60 };
59 61
60 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; 62 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE;