jump_to_folder -- Version 0.3
By Robin Rainton <robin@rainton.com>
http://rainton.com/fun/freeware

Description
===========
Gives the user an option to display a drop down list of all folders under
the list on the left frame, or after the header in the right frame. The
idea of being on the right frame is that in theory you could remove the
need for the left one is able to navigate folders with this control on
the right frame. I don't know how useful this will be, but have left it
there as I've done it now.

Selecting a folder from the drop down list will display it's contents as
if it had been selected in the folders list. This is useful when folders
have been collapsed, saves having to expand them.

Has been tested (not very thoroughly - sorry) with SquirrelMail 1.2.7 and
PHP 4.1.2 with single and multi-level folders.

Usage
=====
Places three options on the 'Folder Preferences' page. The first enables
display of the drop down under the main folder list. The second forces this
to be removed if none of the folders are collapsed.

Both options are on by default so a user with not many folders (who will
therefore probably never collapse them) will not notice the plugin when
installed, but other users would see it by default.

The thrid option is not on by default. Setting this causes the drop down
list to be displayed after the header on the right hand frame.

StyleSheets
===========
As most stuff on the left frame is class 'small' this class is used for the
dropdown and button. However, a lot of the default stylesheets do not
have such attributes defined. These will probably need adding to your
configuration (or something similar):

select.small { font-size: 8pt; }
input.small { font-size: 8pt; }

To Do
=====

1. Better placement of drop down on mailbox display page. Would ideally
   like to see the fixed text after 'Current Folder:' be replaced with
   such a drop down.
2. Suggestions welcome.

Changes
=======

v0.1    14-Jun-2002     Initial version
v0.2    10-Sep-2002     Don't use 'optgroups' as it doesn't really work
                        well if folders can contain both messages and
                        folders. This isn't ideal when they can only
                        contain one or the other, but looks nice in
                        both cases which is what counts. Added option
                        to show drop down above main mailbox display.
v0.3	27-Oct-2002	Doesn't require register_globals=on.

Copyright
=========
Copyright (C) 2002 Robin Rainton

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

A copy of the GNU General Public License can be found on the
Free Software Foundation website: http://gnu.org/
