diff options
author | alecpl <alec@alec.pl> | 2010-03-19 18:58:59 +0000 |
---|---|---|
committer | alecpl <alec@alec.pl> | 2010-03-19 18:58:59 +0000 |
commit | c33cda1f9163deb95beefa5c8f27324644eaac76 (patch) | |
tree | 85ddfb64467f083b98bbe4efedbc3bb6ac9f5ca1 /plugins | |
parent | 69d05c371029b7915cf2a87d6e552d9853244644 (diff) |
- describe config
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/additional_message_headers/additional_message_headers.php | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/plugins/additional_message_headers/additional_message_headers.php b/plugins/additional_message_headers/additional_message_headers.php index 1a78831b9..21016dd10 100644 --- a/plugins/additional_message_headers/additional_message_headers.php +++ b/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 { |