[pim/kdepim-runtime] agents/newmailnotifier: Notify history for all elements
Laurent Montel <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit 03a2e1f402e768694e613051ec4bd23f0cf2daf2 by Laurent Montel.
Committed on 16/08/2026 at 11:26.
Pushed by mlaurent into branch 'master'.
Notify history for all elements
M +1 -1 agents/newmailnotifier/specialnotifierjob.cpp
https://invent.kde.org/pim/kdepim-runtime/-/commit/03a2e1f402e768694e613051ec4bd23f0cf2daf2
diff --git a/agents/newmailnotifier/specialnotifierjob.cpp b/agents/newmailnotifier/specialnotifierjob.cpp
index 587180a28..9bdbc9882 100644
--- a/agents/newmailnotifier/specialnotifierjob.cpp
+++ b/agents/newmailnotifier/specialnotifierjob.cpp
@@ -181,9 +181,9 @@ void SpecialNotifierJob::emitNotification(const QPixmap &pixmap)
notification->sendEvent();
} else {
- Q_EMIT displayNotification(pixmap, result.join(QStringLiteral("<br/>")));
deleteLater();
}
+ Q_EMIT displayNotification(pixmap, result.join(QStringLiteral("<br/>")));
}
void SpecialNotifierJob::slotReplyMessage()