Installing The Reply Buttons Plugin
===================================

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

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

2) If you are running SquirrelMail 1.5.0 or above, or if you have 
   already run the patch included with the spam_buttons plugin,
   skip to step four.

3) Patch SquirrelMail 1.4.x to enable button display on the message
   list page.  The patch should be run from the reply_buttons 
   directory.  Make sure to use the patch that corresponds closest to
   your SquirrelMail version.

  $ patch -p0 < patches/reply_buttons-squirrelmail-1.4.4.diff

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

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



Upgrading Reply Buttons
=======================

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

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

