diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-02 12:53:52 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-01-02 12:53:52 +0100 |
commit | 9958a642b2c605b397be23b4ee6b02375c5d240e (patch) | |
tree | 111725488721626a9b5de2d05c9d7ccbac142e4a /framework/domain/maillistmodel.cpp | |
parent | 07ab967e148e70245238ca0a86013cfb3e70b64e (diff) | |
download | kube-9958a642b2c605b397be23b4ee6b02375c5d240e.tar.gz kube-9958a642b2c605b397be23b4ee6b02375c5d240e.zip |
Conditionally remove/delete
Diffstat (limited to 'framework/domain/maillistmodel.cpp')
-rw-r--r-- | framework/domain/maillistmodel.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
51 | roles[Unread] = "unread"; | 51 | roles[Unread] = "unread"; |
52 | roles[Important] = "important"; | 52 | roles[Important] = "important"; |
53 | roles[Draft] = "draft"; | 53 | roles[Draft] = "draft"; |
54 | roles[Trash] = "trash"; | ||
54 | roles[Id] = "id"; | 55 | roles[Id] = "id"; |
55 | roles[MimeMessage] = "mimeMessage"; | 56 | roles[MimeMessage] = "mimeMessage"; |
56 | roles[DomainObject] = "domainObject"; | 57 | roles[DomainObject] = "domainObject"; |