Source for file setup.php
Documentation is available at setup.php
* Implementation of RFC 2369 for SquirrelMail.
* When viewing a message from a mailinglist complying with this RFC,
* this plugin displays a menu which gives the user a choice of mailinglist
* commands such as (un)subscribe, help and list archives.
* @copyright 1999-2012 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
* @version $Id: setup.php 14249 2012-01-02 02:09:17Z pdontthink $
* @subpackage listcommands
* Initialize the listcommands plugin
global $squirrelmail_plugin_hooks;
$squirrelmail_plugin_hooks['template_construct_read_headers.tpl']['listcommands'] =
'plugin_listcommands_menu';
$squirrelmail_plugin_hooks['optpage_register_block']['listcommands'] =
'plugin_listcommands_optpage_register_block';
* Main function added to read_body_header
include_once(SM_PATH .
'plugins/listcommands/functions.php');
* Show mailing list management option section on options page
include_once(SM_PATH .
'plugins/listcommands/functions.php');
Documentation generated on Sat, 25 May 2013 04:20:28 +0200 by phpDocumentor 1.4.3