
  This is a small notification area applet to check your GMail account
  and notify you when you have new email. It is written in Ruby
  (see http://www.ruby-lang.org/)
  
  To use this, you need:

    * Ruby
    * The openssl bindings for ruby (for https://)
    * Gtk+ 2.0, GConf 2
    * The Ruby bindings for gtk and gconf
    * The gtktrayicon library

  The first two of these are found in the standard Ruby distribution
  (http://www.ruby-lang.org/).  The remaining three are found in the 
  ruby-gnome project (http://ruby-gnome2.sourceforge.jp/).
    
  If you run debian, you need to install these packages:
  
    ruby libopenssl-ruby libgconf2-ruby libgtk2-ruby libgtk-trayicon-ruby

  You can run gtray multiple times to monitor different accounts. This
  must be specified on the command line with a profile name, for example:

    $ gtray                      # use default profile
    $ gtray shoe                 # use the profile named "shoe"

  I am not an employee of google. This program is not endorsed by
  google. Do not send them emails about it. Google and their logos
  are registered trademarks.

