Installing Plugin
=================
Simply untar the file in the plugins directory, and make sure it is
in its own directory, and that the name of the directory is the name
of the plugin.  For example:

  $ cd /var/www/squirrelmail/plugins
  $ tar -zxvf /home/archives/autosubscribe-1.0-1.4.0.tar.gz

Then go to your config directory and run conf.pl.  Choose option
8 and add the plugin.  Save and exit, then that should be all
if the plugin was made correctly.  :)

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

Plugin settings can be adjusted by creating
config/autosubscribe_config.php or plugins/autosubscribe/config.php 
configuration file. See plugins/autosubscribe/config_sample.php.

If both configuration files are present, plugin uses the one in
config/ directory. If configuration files are not present, plugin
does not subscribe to any folders automatically.
