From 1a6323f0a58976db68ee3e8eacfb04e93c335ca2 Mon Sep 17 00:00:00 2001 From: alec Date: Mon, 21 Nov 2011 14:19:53 +0000 Subject: - More package.xml files git-svn-id: https://svn.roundcube.net/trunk@5459 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/show_additional_headers/package.xml | 49 ++++++++++++++++++++++ .../show_additional_headers.php | 2 +- 2 files changed, 50 insertions(+), 1 deletion(-) create mode 100644 plugins/show_additional_headers/package.xml (limited to 'plugins/show_additional_headers') diff --git a/plugins/show_additional_headers/package.xml b/plugins/show_additional_headers/package.xml new file mode 100644 index 000000000..00d65812b --- /dev/null +++ b/plugins/show_additional_headers/package.xml @@ -0,0 +1,49 @@ + + + show_additional_headers + pear.roundcube.net + Displays additional message headers + + Proof-of-concept plugin which will fetch additional headers and display them in the message view. + + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2011-11-21 + + 1.1 + 1.1 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/show_additional_headers/show_additional_headers.php b/plugins/show_additional_headers/show_additional_headers.php index 0007ce335..78fd6be5a 100644 --- a/plugins/show_additional_headers/show_additional_headers.php +++ b/plugins/show_additional_headers/show_additional_headers.php @@ -9,7 +9,7 @@ * Enable the plugin in config/main.inc.php and add your desired headers: * $rcmail_config['show_additional_headers'] = array('User-Agent'); * - * @version 1.0 + * @version @package_version@ * @author Thomas Bruederli * @website http://roundcube.net */ -- cgit v1.2.3