--- a/emailservices/nmailagent/inc/nmmailagent.h Fri Jul 09 12:17:13 2010 +0300
+++ b/emailservices/nmailagent/inc/nmmailagent.h Fri Jul 23 19:09:50 2010 +0300
@@ -144,8 +144,8 @@
void handleMessageCreatedEvent(const NmId &folderId, const QList<NmId> &messageIds,
const NmId &mailboxId, bool &updateNeeded, bool &activate);
- void handleMessageChangedEvent(const NmId &folderId, const NmId &mailboxId,
- bool &updateNeeded, bool &activate);
+ void handleMessageChangedEvent(const NmId &folderId, const QList<NmId> &messageIds,
+ const NmId &mailboxId, bool &updateNeeded, bool &activate);
void handleMessageDeletedEvent(const NmId &folderId, const QList<NmId> &messageIds,
const NmId &mailboxId, bool &updateNeeded, bool &activate);