From 269bb90c7f1bfefbf9a362ac07c9fb8ceb32f325 Mon Sep 17 00:00:00 2001 From: thomasb Date: Mon, 29 Mar 2010 14:59:33 +0000 Subject: Add package.xml git-svn-id: https://svn.roundcube.net/trunk@3438 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/archive/archive.js | 2 +- plugins/archive/archive.php | 2 +- plugins/archive/package.xml | 64 +++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 66 insertions(+), 2 deletions(-) create mode 100644 plugins/archive/package.xml diff --git a/plugins/archive/archive.js b/plugins/archive/archive.js index 954fd1549..1a92e1319 100644 --- a/plugins/archive/archive.js +++ b/plugins/archive/archive.js @@ -1,6 +1,6 @@ /* * Archive plugin script - * @version 1.2 + * @version @package_version@ */ function rcmail_archive(prop) diff --git a/plugins/archive/archive.php b/plugins/archive/archive.php index 5d6131188..6a0723a0a 100644 --- a/plugins/archive/archive.php +++ b/plugins/archive/archive.php @@ -6,7 +6,7 @@ * Plugin that adds a new button to the mailbox toolbar * to move messages to a (user selectable) archive folder. * - * @version 1.4 + * @version @package_version@ * @author Andre Rodier, Thomas Bruederli */ class archive extends rcube_plugin diff --git a/plugins/archive/package.xml b/plugins/archive/package.xml new file mode 100644 index 000000000..0ad2008e4 --- /dev/null +++ b/plugins/archive/package.xml @@ -0,0 +1,64 @@ + + + archive + pear.roundcube.net + Archive feature for Roundcube + This adds a button to move the selected messages to an archive folder. The folder can be selected in the settings panel. + + Thomas Bruederli + thomasb + roundcube@gmail.com + yes + + 2010-02-06 + + + 1.4 + 1.4 + + + stable + stable + + GNU GPLv2 + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + -- cgit v1.2.3