summaryrefslogtreecommitdiffstats
path: root/framework/mail/maillistmodel.h
diff options
context:
space:
mode:
Diffstat (limited to 'framework/mail/maillistmodel.h')
-rw-r--r--framework/mail/maillistmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/mail/maillistmodel.h b/framework/mail/maillistmodel.h
index 69b986a2..f925e005 100644
--- a/framework/mail/maillistmodel.h
+++ b/framework/mail/maillistmodel.h
@@ -23,7 +23,8 @@ public:
23 Date, 23 Date,
24 Unread, 24 Unread,
25 Important, 25 Important,
26 Id 26 Id,
27 MimeMessage
27 }; 28 };
28 29
29 QHash<int, QByteArray> roleNames() const; 30 QHash<int, QByteArray> roleNames() const;