Installing Plugins
==================
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.  Example below uses "plug_demo" as the name of the 
plugin:

  $ cd plugins
  $ tar -zxvf /usr/archives/plug_demo.tar.gz

Then go to your config directory and run conf.pl.  Choose option
8 and add the plugin (+).  Save and exit.

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

Please read setup.php for instructions on modifying the squirrelmail
source code for complete functionality of the plugin.
