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, then that should be all
if the plugin was made correctly.  :)

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

About plugin configuration
================================

naguser plugin configuration is stored in config/naguser_config.php
or plugins/naguser/config.php. If both files are missing, plugin won't be 
configured and any users will see box that says "contact system admin".
If both files are present, squirrelmail will use values from config/naguser_config.php

See plugins/naguser/config_default.php for sample configuration file.

About plugin translation
================================

naguser plugin uses translations stored in squirrelmail locale directory.
It uses naguser gettext domain. Your translations should be stored in
xx_XX/LC_MESSAGES/naguser.po and xx_XX/LC_MESSAGES/naguser.mo files.
replace xx_XX with your translation code.

