emailservices/nmailagent/inc/nmmailagent.h
changeset 56 15bc1d5d6267
parent 51 d845db10c0d4
child 62 a8c646b56683
--- 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);