summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/libraries/qmfclient/qmailstore.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libraries/qmfclient/qmailstore.cpp b/src/libraries/qmfclient/qmailstore.cpp
index efd3283a..72c94646 100644
--- a/src/libraries/qmfclient/qmailstore.cpp
+++ b/src/libraries/qmfclient/qmailstore.cpp
@@ -1072,6 +1072,8 @@ void QMailStore::emitMessageNotification(ChangeType type, const QMailMessageIdLi
// Ensure there are no duplicates in the list
QMailMessageIdList idList(ids.toSet().toList());
+ d->notifyMessagesChange(type, idList);
+
switch (type) {
case Added:
emit messagesAdded(idList);