From 7037e7270a2a06e726871d953061213b26d66ea7 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 2 Jan 2017 10:27:44 +0100 Subject: Move to trash from mailview --- framework/domain/maillistmodel.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'framework/domain/maillistmodel.h') 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: Unread, Important, Draft, + Trash, Id, MimeMessage, DomainObject, - ThreadSize + ThreadSize, + Mail }; QHash roleNames() const Q_DECL_OVERRIDE; -- cgit v1.2.3