    *****************************************
    * SquirrelMail Advanced Settings plugin *
    *****************************************

This plugin adds Advanced Settings option block. Block allows
end user to control some settings that are usually controlled only
in SquirrelMail configuration.

optpage_loadhook_advanced_settings hook
---------------------------------------
Plugin adds 'optpage_loadhook_advanced_settings' hook. Hook allows 
to register other advanced option widgets. Internal plugin options
are in "Advanced Mailbox Options", "Advanced Message Composition
Options" and "Advanced Address Book Options" sections. These section 
groups use SMOPT_GRP_ADV_MAILBOX, SMOPT_GRP_ADV_COMPOSE and
SMOPT_GRP_ADV_ABOOK constants. Constants are available only to hooked 
plugins.

ChangeLog
---------
1.2.1.sm (2007-08-29)
* Unlocked 'addrsrch_fullname' setting in SquirrelMail 1.4.0+.
* Added SMOPT_GRP_ADV_ABOOK constant for advanced address book options.

1.2.sm (2007-02-10)
* Fixed getPref() typos. Thanks to Pascal Maes.

1.0 (2006-04-16)
* Released first plugin version.
