emailuis/nmailui/src/nmmailboxserviceinterface.cpp
changeset 40 2c62ef3caffd
parent 23 2dc6caa42ec3
child 30 759dc5235cdb
equal deleted inserted replaced
39:b0b89ca206b5 40:2c62ef3caffd
    78         // Get standard folder inbox id.
    78         // Get standard folder inbox id.
    79         const NmId inboxId = mUiEngine.standardFolderId(mailboxNmId, NmFolderInbox);
    79         const NmId inboxId = mUiEngine.standardFolderId(mailboxNmId, NmFolderInbox);
    80 
    80 
    81         // Bring the application to the foreground.
    81         // Bring the application to the foreground.
    82         XQServiceUtil::toBackground(false);
    82         XQServiceUtil::toBackground(false);
       
    83         HbMainWindow *mainWindow = mApplication->mainWindow();
       
    84         mainWindow->show();
    83 
    85 
    84         // Launch the message list view.
    86         // Launch the message list view.
    85         NmUiStartParam *startParam =
    87         NmUiStartParam *startParam =
    86             new NmUiStartParam(NmUiViewMessageList,
    88             new NmUiStartParam(NmUiViewMessageList,
    87                                mailboxNmId,
    89                                mailboxNmId,