Function: allows hMail users the ability to change their hMail signature settings from within the setting options.

Required Plugins: settings

1: copy the "hmail_signature" folder to your plugin directory.
<install directory>\plugins\hmail_signature

2: change your database connection string in: <install directory>\plugins\hmail_signature\config.inc.php.dist
   then copy it as <install directory>\plugins\hmail_signature\config.inc.php

$rcmail_config['db_hmail_signature_dsn'] = 'mysql://<user>:<password>@<server>/<database>?new_link=true';

3: add "hmail_signature" to your plugin array settings in your <install directory>\config\main.inc.php

$rcmail_config['plugins'] = array(<other plugins>,'hmail_signature')

*note, plugins may require to load after other plugins

If configured correctly, you should be able to go into your Settings - Account Administration and modify
your hMail signature settings.