From a7fa90f3d3149f9aae9f2143f1aabe65a1c004a0 Mon Sep 17 00:00:00 2001
From: Thomas B. <thomas@roundcube.net>
Date: Wed, 17 Jul 2013 02:48:25 -0400
Subject: [PATCH] Merge pull request #64 from Steffen185/patch-2

---
 program/steps/mail/func.inc |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/program/steps/mail/func.inc b/program/steps/mail/func.inc
index 4546506..ae23d4a 100644
--- a/program/steps/mail/func.inc
+++ b/program/steps/mail/func.inc
@@ -639,6 +639,8 @@
             $message->set_safe(true);
           }
         }
+
+        $RCMAIL->plugins->exec_hook('message_check_safe', array('message' => $message));
         break;
 
       case 2: // always

--
Gitblit v1.9.1