E-mail Priority Plugin
----------------------

This plugin allows the user to set the priority on the mail 
he/she are composing. From High (1) to Low (3).
The priority is shown by adding a X-Priority header to the 
outgoing message.
AFAIK there are no RFC specifying the one-true priority header.
But most e-mail clients seams to respect the X-Priority header.   

This plugin should work with all versions of SM since
1.1.0 that has the smtp_send-hook.diff applyed.
If there are problems please send a me a message at
pontus@ullgren.com


ChangeLog
-------------------
0.1.1 -
   * Changed from High = 1, Normal = 2 and Low = 3 
     to High = 1, Normal = 3 and Low =5
     Because this is the way most of the e-mail clients work 
     (including SquirrelMail). In the previous version all e-mail 
     sent as Normal was Marked as High on arrival.
   * Added X-MSMail-Priority 
 
0.1.0 - 
   * Moved the combo box to the compose_button_row.
   * Added the "Importance" header. 
   * Added the TODO section in the README
  
0.0.1 - 
   * Initial release. 


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

  2. Go to the directory above your squirrelmail installation and 
     apply the smtp-send-hook patch.
      $ cd ../.. # if you are in the plugins dir
      $ patch -p0 < squirrelmail/plugins/email_priority/smtp_send-hook.diff

  3. Go back to the squirrelmail directory and  
     run conf.pl, choose "8" from the main menu, and add "email_priority"
     as a new plugin.  Save and exit.
     For best graphical effect put this in as the last plugin in the list.
     This way the combobox will be placed on a new row under the other compose 
     buttons.

  4. Done   

TODO
-------------------
* Add support for more priority related headers.

* See if it's possible to put the combobox on a row right after the 
  "Subject"-line.

* Make the text in the plugin i18n
