enum _em_popup_target_select_t — EMPopupTargetSelect qualifiers.
enum _em_popup_target_select_t {
EM_POPUP_SELECT_ONE,
EM_POPUP_SELECT_MANY,
EM_POPUP_SELECT_MARK_READ,
EM_POPUP_SELECT_MARK_UNREAD,
EM_POPUP_SELECT_DELETE,
EM_POPUP_SELECT_UNDELETE,
EM_POPUP_SELECT_MAILING_LIST,
EM_POPUP_SELECT_EDIT,
EM_POPUP_SELECT_MARK_IMPORTANT,
EM_POPUP_SELECT_MARK_UNIMPORTANT,
EM_POPUP_SELECT_FLAG_FOLLOWUP,
EM_POPUP_SELECT_FLAG_COMPLETED,
EM_POPUP_SELECT_FLAG_CLEAR,
EM_POPUP_SELECT_ADD_SENDER,
EM_POPUP_SELECT_MARK_JUNK,
EM_POPUP_SELECT_MARK_NOJUNK,
EM_POPUP_SELECT_FOLDER,
EM_POPUP_SELECT_LAST
}; Only one item is selected.
One ore more items are selected.
Message(s) are unseen and can be marked seen.
Message(s) are seen and can be marked unseen.
Message(s) are undeleted and can be marked deleted.
Message(s) are deleted and can be undeleted.
If one message is selected, and it contains a message list tag.
The message can be opened for editing (the folder is a sent folder).
Message(s) are not marked important.
Message(s) are marked important.
Message(s) are not flagged for followup.
Message(s) are not flagged completed.
Message(s) are flagged for followup.
The message contains sender addresses which might be added to the addressbook. i.e. it isn't a message in the Sent or Drafts folders.
Message(s) are not marked as junk.
Message(s) are marked as junk.
A folder is set on the selection.
The last bit used, can be used to add additional types from derived application code.