summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2013-08-14 23:33:36 +0200
committerThomas Bruederli <thomas@roundcube.net>2013-08-14 23:33:36 +0200
commit465fc3a4c7de3f41eb09468adf0c03fb424f353e (patch)
tree6eb166716b8667d805f976a12b196c32195297da
parentdc840082668fb1c99ad8f137abd460bcae7ac2da (diff)
Fix documentation with new config variable name
-rw-r--r--plugins/additional_message_headers/additional_message_headers.php2
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