summaryrefslogtreecommitdiffstats
path: root/framework/src/domain/folderlistmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-16 22:18:02 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-04-16 22:18:02 +0200
commitec48ea0cf01d306c0a9283e485f8c37d7d4d1ebd (patch)
tree4c3a4ef28fa7aaf32968d06b4fa4244181b8f521 /framework/src/domain/folderlistmodel.h
parentef8a9f2f1d9f91358541b83fab63603aa3001bff (diff)
downloadkube-ec48ea0cf01d306c0a9283e485f8c37d7d4d1ebd.tar.gz
kube-ec48ea0cf01d306c0a9283e485f8c37d7d4d1ebd.zip
Hide trash from non-trash conversations.
...and indicate in the conversation view if a mail has been sent or is a draft.
Diffstat (limited to 'framework/src/domain/folderlistmodel.h')
-rw-r--r--framework/src/domain/folderlistmodel.h3
1 files changed, 2 insertions, 1 deletions
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:
54 Icon, 54 Icon,
55 Id, 55 Id,
56 DomainObject, 56 DomainObject,
57 Status 57 Status,
58 Trash
58 }; 59 };
59 Q_ENUMS(Roles) 60 Q_ENUMS(Roles)
60 61