From 46b9da1cd3d2eebfb6685cbf00b81d863e83c34a Mon Sep 17 00:00:00 2001 From: till Date: Thu, 18 Mar 2010 18:28:01 +0000 Subject: added package.xml, minor edits to plugin git-svn-id: https://svn.roundcube.net/trunk@3380 208e9e7b-5314-0410-a742-e7e81cd9613c --- .../additional_message_headers.php | 6 +-- .../plugins/additional_message_headers/package.xml | 49 ++++++++++++++++++++++ 2 files changed, 52 insertions(+), 3 deletions(-) create mode 100644 roundcubemail/plugins/additional_message_headers/package.xml (limited to 'roundcubemail/plugins/additional_message_headers') diff --git a/roundcubemail/plugins/additional_message_headers/additional_message_headers.php b/roundcubemail/plugins/additional_message_headers/additional_message_headers.php index 757296a84..1a78831b9 100644 --- a/roundcubemail/plugins/additional_message_headers/additional_message_headers.php +++ b/roundcubemail/plugins/additional_message_headers/additional_message_headers.php @@ -5,16 +5,16 @@ * * Very simple plugin which will add additional headers to or remove them from outgoing messages. * - * @version 1.1 + * @version @package_version@ * @author Ziba Scott * @website http://roundcube.net * - * See config.inc.php.disc + * See config.inc.php.dist */ class additional_message_headers extends rcube_plugin { public $task = 'mail'; - + function init() { $this->add_hook('outgoing_message_headers', array($this, 'message_headers')); diff --git a/roundcubemail/plugins/additional_message_headers/package.xml b/roundcubemail/plugins/additional_message_headers/package.xml new file mode 100644 index 000000000..04c072a42 --- /dev/null +++ b/roundcubemail/plugins/additional_message_headers/package.xml @@ -0,0 +1,49 @@ + + + additional_message_headers + pear.roundcube.net + Additional message headers for RoundCube + Very simple plugin which will add additional headers to or remove them from outgoing messages. + + Ziba Scott + ziba + email@example.org + yes + + 2010-01-16 + + + 1.1.0 + 1.1.0 + + + stable + stable + + New BSD License + +This is an alpha release, see README.md for examples. + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + -- cgit v1.2.3