diff options
Diffstat (limited to 'framework/mail/maillistmodel.h')
-rw-r--r-- | framework/mail/maillistmodel.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/framework/mail/maillistmodel.h b/framework/mail/maillistmodel.h index 4e360d96..3784bea0 100644 --- a/framework/mail/maillistmodel.h +++ b/framework/mail/maillistmodel.h | |||
@@ -15,7 +15,12 @@ public: | |||
15 | QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const; | 15 | QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const; |
16 | 16 | ||
17 | enum Roles { | 17 | enum Roles { |
18 | Subject = Qt::UserRole + 1 | 18 | Subject = Qt::UserRole + 1, |
19 | Sender, | ||
20 | SenderName, | ||
21 | Date, | ||
22 | Unread, | ||
23 | Important | ||
19 | }; | 24 | }; |
20 | 25 | ||
21 | QHash<int, QByteArray> roleNames() const; | 26 | QHash<int, QByteArray> roleNames() const; |