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 javascript on the Compose page, plus a form that we're using
for storage in the left_main frame. You won't ever know that it's
installed unless you've lost a message and it can be recovered.

We're using cookies as the primary method for storing the values from
the Compose form, and we've still got the 'left_main frame' method in
case you opt to not use cookies. 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's worth noting that this plugin doesn't yet work with Identities or
Priority, and likely doesn't work with the 'compose in new window'
option (not sure if that's a plugin, or if it was moved into the core).
It also will not recover attachments.


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

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

  3. Done   




