Empty Trash - A Plugin for SquirrelMail
========================================
Version: 1.1 
Version Date: 03-Nov-2002
Author: Derek Battams <derek@battams.ca>
Requires SQMAIL: >= v1.2.2
Note: Uses JavaScript; compatible with SM >= 1.2.8

Description
-----------
The Empty Trash plugin will automatically empty a user's trash folder
periodically.  In this version of the plugin, a user's trash folder is emptied
under the following circumstances:

* Every 10th login
* Once a week

There are no options for a user to prevent this from happening.  If you install
this plugin then any and all user's trash will be deleted periodically.

Installation
------------
Installation is like any other SquirrelMail plugin.  Simply untar the
archive in the plugins directory and install the plugin from the
configure program (option 8).

Comments/Questions
------------------
Send them to the author, Derek Battams <derek@battams.ca>.

Revision History
----------------
17-Apr-2002   1.0     Original version.
03-Nov-2002   1.1     Fixed an include() bug which would cause a duplicate
                      function definition error if the SM installation decided
                      to use database storage for preferences (thanks to 
                      Paul Barton <paul@moonkhan.org> for bringing this bug
                      to my attention).  Audited the code for SM >= 1.2.8
                      compatibility.  Based on my testing (SM 1.2.9; PHP 4.2.2),
                      the Empty Trash plugin should be compatible with
                      SM >= 1.2.8.
