/**
* 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.
/**
* 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.
/**
* 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.
/**
* 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.
*
/**
* 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