QuickSave Plugin
-------------------

This automatically saves the email message you're composing from
being accidentally wiped out by refreshing the right frame or
otherwise leaving the Compose page. Think of it as anti-anti-caching :)

It's all very simple javascript on the Compose page, and a form that
we're using for storagin in the left_main page. You won't ever know
that it's installed unless you've lost a message and it can be
recovered.

[new] We're also now using cookies as the primary method for storing
the values from the form. Recovery happens so long as you don't close
the browser, but you're able to do just about anything, including
completely refreshing the whole window (as in a Netscape window
resize) and still recover your message.

If there are problems, or JavaScript inconsistancies, please notify
me (Ray Black) at allah@accessnode.net, or else post to the
squirrelmail-plugins list.

It should be noted that this plugin requires at least SquirrelMail
version 1.0.0 (you should be at 1.0.6 by now, anyway).


To Install:
-------------------
  1. Unarchive the file
      $ cd plugins
      $ tar -zxvf quicksave-0.X.tar.gz

  2. Run conf.pl, choose "8" from the main menu, and add "quicksave"
     as a new plugin.  Save and exit.

  3. Done   




