diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2013-08-14 23:33:36 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2013-08-14 23:33:36 +0200 |
commit | 465fc3a4c7de3f41eb09468adf0c03fb424f353e (patch) | |
tree | 6eb166716b8667d805f976a12b196c32195297da /plugins/additional_message_headers | |
parent | dc840082668fb1c99ad8f137abd460bcae7ac2da (diff) |
Fix documentation with new config variable name
Diffstat (limited to 'plugins/additional_message_headers')
-rw-r--r-- | plugins/additional_message_headers/additional_message_headers.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/additional_message_headers/additional_message_headers.php b/plugins/additional_message_headers/additional_message_headers.php index a43018176..c54f77d2d 100644 --- a/plugins/additional_message_headers/additional_message_headers.php +++ b/plugins/additional_message_headers/additional_message_headers.php @@ -7,7 +7,7 @@ * to or remove them from outgoing messages. * * Enable the plugin in config.inc.php and add your desired headers: - * $rcmail_config['additional_message_headers'] = array('User-Agent'); + * $config['additional_message_headers'] = array('User-Agent' => 'My-Very-Own-Webmail'); * * @version @package_version@ * @author Ziba Scott |