From 39683a412a91bedfbf5e4380ee1e0db8860e9ef4 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 29 Mar 2010 15:23:57 +0000 Subject: Add package.xml git-svn-id: https://svn.roundcube.net/trunk@3440 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/markasjunk/markasjunk.php | 2 +- plugins/markasjunk/package.xml | 60 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+), 1 deletion(-) create mode 100644 plugins/markasjunk/package.xml (limited to 'plugins') diff --git a/plugins/markasjunk/markasjunk.php b/plugins/markasjunk/markasjunk.php index 046645872..4c15a270f 100644 --- a/plugins/markasjunk/markasjunk.php +++ b/plugins/markasjunk/markasjunk.php @@ -6,7 +6,7 @@ * Sample plugin that adds a new button to the mailbox toolbar * to mark the selected messages as Junk and move them to the Junk folder * - * @version 1.0 + * @version @package_version@ * @author Thomas Bruederli */ class markasjunk extends rcube_plugin diff --git a/plugins/markasjunk/package.xml b/plugins/markasjunk/package.xml new file mode 100644 index 000000000..22b1b5689 --- /dev/null +++ b/plugins/markasjunk/package.xml @@ -0,0 +1,60 @@ + + + markasjunk + pear.roundcube.net + Mark messages as Junk + Adds a new button to the mailbox toolbar to mark the selected messages as Junk and move them to the configured Junk folder. + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2010-03-29 + + + 1.0 + 1.0 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + -- cgit v1.2.3