Installing Plugin
=================
WARNING: Plugin requires SquirrelMail 1.4.3, newer stable version or 
SquirrelMail 1.5.1. Other versions need extra hook in 
functions/display_messages.php.

See http://cvs.sf.net/viewcvs.py/squirrelmail/squirrelmail/functions/display_messages.php?r1=1.57.2.3&r2=1.57.2.4

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/cookie_warning-1.1-1.4.3.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

Some plugin settings can be adjusted by creating
config/cookie_warning_config.php or plugins/cookie_warning/config.php 
configuration file. See plugins/cookie_warning/config_default.php.

If both configuration files are present, plugin uses the one in
config/ directory. If configuration files are not present, plugin
uses default configuration.

Translations of plugin are stored in same directory that stores main
squirrelmail translations. Translation files are called cookie_warning.po
and cookie_warning.mo.
