emailuis/nmailui/inc/nmactionresponse.h
changeset 23 2dc6caa42ec3
parent 20 ecc8def7944a
child 27 9ba4404ef423
equal deleted inserted replaced
20:ecc8def7944a 23:2dc6caa42ec3
    26     \brief This value indicates response command of the action
    26     \brief This value indicates response command of the action
    27     \ Add more commands when use cases need those
    27     \ Add more commands when use cases need those
    28 */
    28 */
    29 enum NmActionResponseCommand
    29 enum NmActionResponseCommand
    30 {
    30 {
    31     NmActionResponseCommandNone=0,
    31     NmActionResponseCommandNone = 0,
    32     NmActionResponseCommandOpen,
    32     NmActionResponseCommandOpen,
    33     NmActionResponseCommandNewMail,
    33     NmActionResponseCommandNewMail,
    34     NmActionResponseCommandSendMail,
    34     NmActionResponseCommandSendMail,
    35     NmActionResponseCommandPriorityHigh,
    35     NmActionResponseCommandPriorityHigh,
    36     NmActionResponseCommandPriorityLow,
    36     NmActionResponseCommandPriorityLow,
    40     NmActionResponseCommandReplyAll,
    40     NmActionResponseCommandReplyAll,
    41     NmActionResponseCommandDeleteMail,
    41     NmActionResponseCommandDeleteMail,
    42     NmActionResponseCommandUpdateMailboxName,
    42     NmActionResponseCommandUpdateMailboxName,
    43     NmActionResponseCommandMailboxDeleted,
    43     NmActionResponseCommandMailboxDeleted,
    44     NmActionResponseCommandRemoveAttachment,
    44     NmActionResponseCommandRemoveAttachment,
    45     NmActionResponseCommandOpenAttachment
    45     NmActionResponseCommandOpenAttachment,
       
    46     NmActionResponseCommandSearch,
       
    47     NmActionResponseCommandSwitchFolder
    46 };
    48 };
    47 
    49 
    48 
    50 
    49 /*!
    51 /*!
    50     \class NmActionResponse
    52     \class NmActionResponse