emailservices/nmailagent/inc/nmmailagent.h
changeset 74 6c59112cfd31
parent 62 a8c646b56683
--- a/emailservices/nmailagent/inc/nmmailagent.h	Wed Sep 15 17:47:19 2010 +0300
+++ b/emailservices/nmailagent/inc/nmmailagent.h	Thu Sep 30 11:43:07 2010 +0300
@@ -90,7 +90,7 @@
 
     void valueChanged(const XQSettingsKey &key, const QVariant &value);
 
-    void delayedMailboxCreated(const NmId mailboxId);
+    void delayedMailboxCreated();
     
     void handleViewStateChangedEvent(const NmUiEventsNotifier::NmUiEventType eventType,
                                      const NmUiViewId viewId,
@@ -171,6 +171,7 @@
     int mLastOutboxCount;
     bool mUnreadIndicatorActive;
     int mSilenceMode;
+    NmId mNewMailboxId;
 };