Installing Plugin
=================

1) Start with untaring the file into the plugins directory.
Here is a example for the 1.0 version of the advanced_settings
plugin.

    $ cd /var/www/squirrelmail/plugins
    $ tar -xzvf /home/archives/advanced_settings-1.0-1.4.0.tar.gz

2) Then go to your config directory and run conf.pl.  Choose
option 8 and move the plugin from the "Available Plugins"
category to the "Installed Plugins" category.  Save and exit.

    $ cd ../config/
    $ ./conf.pl

3) Log into SquirrelMail and check available Options blocks. 
Plugin should add "Advanced settings" plugin.

If you want to limit plugin options available to end user, use
forced_prefs plugin. Advanced Settings plugin is supported in 
forced_prefs v.1.2 and newer plugin versions.

Plugin translations use advanced_settings domain. 
advanced_settings.po and advanced_settings.mo files should be 
stored in same directory that stores squirrelmail.po and 
squirrelmail.mo files. Translations are maintained by SquirrelMail 
Internationalization Team and are distributed in SquirrelMail locale 
packages.

