Skip to content

Commit

Permalink
Merge pull request #64 from Steffen185/patch-2
Browse files Browse the repository at this point in the history
Add hook "message_check_safe"
  • Loading branch information
thomascube committed Jul 17, 2013
2 parents 5acb99a + 1a78f13 commit a7fa90f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions program/steps/mail/func.inc
Expand Up @@ -639,6 +639,8 @@ function rcmail_check_safe(&$message)
$message->set_safe(true);
}
}

$RCMAIL->plugins->exec_hook('message_check_safe', array('message' => $message));
break;

case 2: // always
Expand Down

0 comments on commit a7fa90f

Please sign in to comment.