
Author: Iigo Serna (inigoserna _at_ terra _dot_ es)
License: GPL
Date: 2003/09/03
Summary: Desklet that shows number of unread/total messages in Unix mailbox
         This is my first desklet, so it's totally based in popmail by Psi
		 Desklet name is boxmail instead of mailbox because there is a module 
		 with this name in python standard library, and they can't share it

To install: 
    run Install_boxmail_sensor.bin
    copy boxmail.display to dark-themes directory (*)
    execute boxmail.display in nautilus
	configure the path to your mailbox, eg. /var/mail/your_user_name

(*) or leave it in the same directory, as far as gfx directory exists and 
    contain all needed images


v0.20

'boxmail' sensor :
  args : 
    default update interval (1000 - 3600*24*1000)

  available data : 
    newmail : 1 if there is new mail, else 0
    error : 1 if there was an error, else 0
    nonewmail : 1 if there is no new mail, and if there was no error, else 0
    msgcount : number of messages
    msgnews : number of unread messages
    boxsize : box size
	mailbox : path to mailbox, eg. /var/mail/user

  configurator options :
    update interval (1000 - 3600*24*1000)
    mailbox
