From ec48ea0cf01d306c0a9283e485f8c37d7d4d1ebd Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 16 Apr 2017 22:18:02 +0200 Subject: Hide trash from non-trash conversations. ...and indicate in the conversation view if a mail has been sent or is a draft. --- framework/src/domain/folderlistmodel.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'framework/src/domain/folderlistmodel.h') diff --git a/framework/src/domain/folderlistmodel.h b/framework/src/domain/folderlistmodel.h index 17645bb5..8f157ca2 100644 --- a/framework/src/domain/folderlistmodel.h +++ b/framework/src/domain/folderlistmodel.h @@ -54,7 +54,8 @@ public: Icon, Id, DomainObject, - Status + Status, + Trash }; Q_ENUMS(Roles) -- cgit v1.2.3