/**
  * This queues any EEM_Message::status_sent EE_Message ids in the request for resending.
  *
  * @since 4.9.0
  */
 protected function _queue_for_resending()
 {
     $msg_ids = $this->_get_msg_ids_from_request();
     EED_Messages::queue_for_resending($msg_ids);
     $this->_redirect_after_action(false, '', '', array(), true);
 }