From 9958a642b2c605b397be23b4ee6b02375c5d240e Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 2 Jan 2017 12:53:52 +0100 Subject: Conditionally remove/delete --- framework/domain/maillistmodel.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'framework/domain/maillistmodel.cpp') 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 roles[Unread] = "unread"; roles[Important] = "important"; roles[Draft] = "draft"; + roles[Trash] = "trash"; roles[Id] = "id"; roles[MimeMessage] = "mimeMessage"; roles[DomainObject] = "domainObject"; -- cgit v1.2.3