summaryrefslogtreecommitdiffstats
path: root/framework/domain/maillistmodel.h
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-23 10:39:58 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-03-23 10:39:58 +0100
commitc920d2346b39da89297aede673e9853829e181b3 (patch)
treec370450a6c7cf33bd534ea52646389be13345b76 /framework/domain/maillistmodel.h
parent7d968fb8e51977ce7b49e0b8ccf96d8e30868426 (diff)
downloadkube-c920d2346b39da89297aede673e9853829e181b3.tar.gz
kube-c920d2346b39da89297aede673e9853829e181b3.zip
Show something if the data is not yet available.
We're still missing: * For empty folders we have to differentiate between truly empty folder, and folders that have not been synchronized yet. Further an indicator when the fetch is in progress would be useful. * For mails we need to indicate when the mail is being fetched.
Diffstat (limited to 'framework/domain/maillistmodel.h')
-rw-r--r--framework/domain/maillistmodel.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/domain/maillistmodel.h b/framework/domain/maillistmodel.h
index 316ff4c6..8f61fce6 100644
--- a/framework/domain/maillistmodel.h
+++ b/framework/domain/maillistmodel.h
@@ -58,7 +58,8 @@ public:
58 MimeMessage, 58 MimeMessage,
59 DomainObject, 59 DomainObject,
60 ThreadSize, 60 ThreadSize,
61 Mail 61 Mail,
62 Incomplete
62 }; 63 };
63 64
64 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE; 65 QHash<int, QByteArray> roleNames() const Q_DECL_OVERRIDE;