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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h
index a7cb5d84..22b97e11 100644
--- a/framework/domain/maillistmodel.h
+++ b/framework/domain/maillistmodel.h
@@ -44,6 +44,9 @@ public:
44 Subject = Qt::UserRole + 1, 44 Subject = Qt::UserRole + 1,
45 Sender, 45 Sender,
46 SenderName, 46 SenderName,
47 To,
48 Cc,
49 Bcc,
47 Date, 50 Date,
48 Unread, 51 Unread,
49 Important, 52 Important,