Source for file setup.php
Documentation is available at setup.php
-  * Squirrelspell setup file, as defined by the SquirrelMail-1.2 API. 
-  * @author Konstantin Riabitsev <icon at duke.edu> 
-  * @copyright 1999-2020 The SquirrelMail Project Team 
-  * @license http://opensource.org/licenses/gpl-license.php GNU Public License 
-  * @version $Id: setup.php 14845 2020-01-07 08:09:34Z pdontthink $ 
-  * @subpackage squirrelspell 
-  * @todo remove sqspell_ prefix from main php scripts. 
-  * Standard SquirrelMail plugin initialization API. 
-   global $squirrelmail_plugin_hooks; 
-   $squirrelmail_plugin_hooks['template_construct_compose_buttons.tpl']['squirrelspell'] - =  
 
-   $squirrelmail_plugin_hooks['optpage_register_block']['squirrelspell'] - = 
 
-       'squirrelspell_optpage_register_block'; 
-   $squirrelmail_plugin_hooks['right_main_after_header']['squirrelspell'] - = 
 
-  * This function formats and adds the plugin and its description to the 
-  * Options screen. Code moved to internal function in order to reduce 
-   include_once(SM_PATH - .  'plugins/squirrelspell/sqspell_functions.php');
 
-  * Add spell check button in compose. 
-  * This function adds a "Check Spelling" link to the "Compose" row 
-  * during message composition. 
-   include_once(SM_PATH - .  'plugins/squirrelspell/sqspell_functions.php');
 
-  * Transparently upgrades user's dictionaries when message listing is loaded 
-  * @since 1.5.1 (sqspell 0.5) 
-   include_once(SM_PATH - .  'plugins/squirrelspell/sqspell_functions.php');
 
-  * Display SquirrelSpell version 
-  * @since 1.5.1 (sqspell 0.5) 
-  * @return string plugin's version 
 
	
		Documentation generated on Mon, 13 Jan 2020 04:23:32 +0100 by phpDocumentor 1.4.3