From b52cdb0750d97562548cc5c429c777ffc309379c Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 26 Jan 2010 19:31:48 -0700 Subject: [PATCH] Additional hooks documentation --- imp/config/hooks.php.dist | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/imp/config/hooks.php.dist b/imp/config/hooks.php.dist index 62db1cbc2..02146e24c 100644 --- a/imp/config/hooks.php.dist +++ b/imp/config/hooks.php.dist @@ -48,6 +48,8 @@ class IMP_Hooks /** * PREFERENCE HOOK: Dynamically set the signature preference. * + * See horde/config/hooks.php.dist for more information. + * * @param string $username The username. * * @return string The signature text to use. @@ -70,6 +72,8 @@ class IMP_Hooks /** * PREFERENCE HOOK: Dynamically set the add_source preference. * + * See horde/config/hooks.php.dist for more information. + * * @param string $username The username. * * @return string The add_source value. @@ -89,6 +93,8 @@ class IMP_Hooks /** * PREFERENCE HOOK: Dynamically set the search_sources preference. * + * See horde/config/hooks.php.dist for more information. + * * @param string $username The username. * * @return string The search_sources value. @@ -109,6 +115,8 @@ class IMP_Hooks /** * AJAX HOOK: Add user-defined AJAX action handlers. * + * See horde/config/hooks.php.dist for more information. + * * @param string $action The AJAX action. * @param Horde_Variables $vars The URL parameters. * @@ -129,6 +137,8 @@ class IMP_Hooks /** * Do MIME type determination for compose attachments. * + * This hook is enabled by default. + * * @param string $filename The filename. * @param string $tempfile The location on the local server of the * temporary file that contains the attachment -- 2.11.0