Installing Quicksave
====================

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

  $ cd plugins
  $ tar -zxvf quicksave-2.2-1.1.0.tar.gz

2) Change into the quicksave directory, copy config.php.sample
   to config.php and edit config.php, making adjustments as
   you deem necessary.

  $ cd quicksave
  $ cp config.php.sample config.php
  $ vi config.php

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.  If you are
   also using the HTML Mail plugin, please make sure that 
   Quicksave is installed *AFTER* the HTML Mail plugin in the
   "Installed Plugins" category!  Save and exit.

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

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

5) Optionally, you can patch the SquirrelMail source code to quelch
   false recover alerts after saving an email as a draft.  If you
   decide not to do this, you can think of said functionality as
   a "feature" -- auto-draft recovery.

  ----- optional -----
  $ cd ../
  $ patch -p0 < plugins/quicksave/patches/compose.php-draft_saved-1.4.0.diff
  ----- optional -----

   This must be done from the main SquirrelMail directory, and you
   should use the patch 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/



Upgrading Quicksave
===================

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

  $ cd plugins
  $ tar -zxvf quicksave-2.2-1.1.0.tar.gz


2) Change into the quicksave directory, check your config.php
   file against the new version, to see if there are any new
   settings that you must add to your config.php file.

  $ diff -Nau config.php config.php.sample

   Or simply replace your config.php file with the provided sample
   and reconfigure the plugin from scratch (see step 2 under the
   installation procedure above).



