Source for file setup.php

Documentation is available at setup.php

  1. <?php
  2.  
  3. /**
  4.  * setup.php
  5.  *
  6.  * Implementation of RFC 2369 for SquirrelMail.
  7.  * When viewing a message from a mailinglist complying with this RFC,
  8.  * this plugin displays a menu which gives the user a choice of mailinglist
  9.  * commands such as (un)subscribe, help and list archives.
  10.  *
  11.  * @copyright &copy; 1999-2006 The SquirrelMail Project Team
  12.  * @license http://opensource.org/licenses/gpl-license.php GNU Public License
  13.  * @version $Id: setup.php,v 1.40 2006/07/15 12:01:18 tokul Exp $
  14.  * @package plugins
  15.  * @subpackage listcommands
  16.  */
  17.  
  18. /**
  19.  * Initialize the listcommands plugin
  20.  */
  21.     global $squirrelmail_plugin_hooks;
  22.  
  23.     $squirrelmail_plugin_hooks['read_body_header']['listcommands''plugin_listcommands_menu';
  24. }
  25.  
  26. /**
  27.  * Main function added to read_body_header
  28.  */
  29.     include_once(SM_PATH 'plugins/listcommands/functions.php');
  30. }

Documentation generated on Sat, 07 Oct 2006 16:13:30 +0300 by phpDocumentor 1.3.0RC6