You are here

function mailhandler_mailhandler_batch_results in Mailhandler 7

Same name and namespace in other branches
  1. 6 mailhandler.module \mailhandler_mailhandler_batch_results()

Implementation of hook_mailhandler_batch_results()

See mailhandler_process_mailbox()

File

./mailhandler.module, line 271

Code

function mailhandler_mailhandler_batch_results($results) {
  mailhandler_node_process_mailbox(FALSE, FALSE, FALSE, $results);

  // Give the results back for any other modules to use
  return $results;
}