emailuis/nmailuiengine/inc/nmuiengine.h
changeset 62 a8c646b56683
parent 51 d845db10c0d4
child 66 084b5b1f02a7
equal deleted inserted replaced
57:ae34e1715e21 62:a8c646b56683
    53 
    53 
    54     NmMailboxListModel &mailboxListModel();
    54     NmMailboxListModel &mailboxListModel();
    55 
    55 
    56     void refreshMailboxListModel();
    56     void refreshMailboxListModel();
    57 
    57 
    58     NmId getPluginIdByMailboxId(quint32 accountId);
       
    59 
       
    60     NmMessageListModel &messageListModel(const NmId &mailboxId,
    58     NmMessageListModel &messageListModel(const NmId &mailboxId,
    61                                          const NmId &folderId);
    59                                          const NmId &folderId);
    62 
    60 
    63     NmMessageListModel &messageListModelForSearch(const NmId &mailboxId);
    61     NmMessageListModel &messageListModelForSearch(const NmId &mailboxId);
    64 
    62 
   170     NmFolderType folderTypeById(NmId mailboxId, NmId folderId);
   168     NmFolderType folderTypeById(NmId mailboxId, NmId folderId);
   171 
   169 
   172     void updateActiveFolder(const NmId &mailboxId, const NmId &folderId);
   170     void updateActiveFolder(const NmId &mailboxId, const NmId &folderId);
   173 
   171 
   174     void enableSyncIndicator(bool enabled);
   172     void enableSyncIndicator(bool enabled);
       
   173 
       
   174     int getSignature(const NmId &mailboxId, QString *&signature);
   175 
   175 
   176 public slots:
   176 public slots:
   177 
   177 
   178     void handleCompletedSendOperation();
   178     void handleCompletedSendOperation();
   179     void handleCompletedRemoveDraftOperation();
   179     void handleCompletedRemoveDraftOperation();