git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@9331
7612ce4b-ef26-0410-bec9-
ea0150e637f0
* @subpackage listcommands
*/
+/**
+ * internal function that builds mailing list links
+ */
function plugin_listcommands_menu_do() {
global $passed_id, $passed_ent_id, $color, $mailbox, $message, $startMessage;
'help' => _("Help"));
}
-?>
+?>
\ No newline at end of file
$squirrelmail_plugin_hooks['read_body_header']['listcommands'] = 'plugin_listcommands_menu';
}
+/**
+ * Main function added to read_body_header
+ */
function plugin_listcommands_menu() {
include_once(SM_PATH . 'plugins/listcommands/functions.php');
plugin_listcommands_menu_do();