summaryrefslogtreecommitdiff
path: root/roundcubemail/plugins/additional_message_headers/additional_message_headers.php
diff options
context:
space:
mode:
authortill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-18 18:28:01 +0000
committertill <till@208e9e7b-5314-0410-a742-e7e81cd9613c>2010-03-18 18:28:01 +0000
commit46b9da1cd3d2eebfb6685cbf00b81d863e83c34a (patch)
treec7e98c1cc676f1ded3eeb00f968f179210dc709d /roundcubemail/plugins/additional_message_headers/additional_message_headers.php
parentd51db7c83385535deec9d25e8c428f9337159b99 (diff)
added package.xml, minor edits to plugin
git-svn-id: https://svn.roundcube.net/trunk@3380 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/plugins/additional_message_headers/additional_message_headers.php')
-rw-r--r--roundcubemail/plugins/additional_message_headers/additional_message_headers.php6
1 files changed, 3 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 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'));