summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-19 18:58:59 +0000
committeralec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-19 18:58:59 +0000
commitea647e320f4f3cf2cfe2cf421622d3517de0fca5 (patch)
treee7fba81c72cb01ef6845ffe5bcf9dc347687a2e7
parent6d1df5faea99fd7ecdcd35b3af0ed75714a236a3 (diff)
- describe config
git-svn-id: https://svn.roundcube.net/trunk@3389 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/plugins/additional_message_headers/additional_message_headers.php8
1 files changed, 5 insertions, 3 deletions
diff --git a/roundcubemail/plugins/additional_message_headers/additional_message_headers.php b/roundcubemail/plugins/additional_message_headers/additional_message_headers.php
index 1a78831b9..21016dd10 100644
--- a/roundcubemail/plugins/additional_message_headers/additional_message_headers.php
+++ b/roundcubemail/plugins/additional_message_headers/additional_message_headers.php
@@ -3,13 +3,15 @@
/**
* Additional Message Headers
*
- * Very simple plugin which will add additional headers to or remove them from outgoing messages.
+ * Very simple plugin which will add additional headers
+ * to or remove them from outgoing messages.
+ *
+ * Enable the plugin in config/main.inc.php and add your desired headers:
+ * $rcmail_config['additional_message_headers'] = array('User-Agent');
*
* @version @package_version@
* @author Ziba Scott
* @website http://roundcube.net
- *
- * See config.inc.php.dist
*/
class additional_message_headers extends rcube_plugin
{