Installing HTML Mail Plugin
===========================

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

  $ cd plugins
  $ tar -zxvf html_mail-1.0-1.4.tar.gz

2) ONLY if you have a SquirrelMail version less than 1.4.2, 
   patch the SquirrelMail source code.

  $ patch -p0 < patches/squirrelmail-1.4-html_mail.diff

   Make sure that you use the patch file that matches your
   SquirrelMail version.

   Note for Windows users: you can get native patch functionality
   by installing this very useful package:
   http://unxutils.sourceforge.net/

3) 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

4) Also, please verify that you have the "compatibility" plugin
   installed.



Upgrading HTML Mail Plugin
==========================

1) Just untar the file into the plugins directory.  Here is a 
example for the 1.0 version of the html_mail plugin.

  $ cd plugins
  $ tar -zxvf html_mail-1.0-1.4.tar.gz

