| 1 | <?xml version="1.0" encoding="UTF-8"?> |
|---|
| 2 | <package xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" packagerversion="1.9.0" version="2.0" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 |
|---|
| 3 | http://pear.php.net/dtd/tasks-1.0.xsd |
|---|
| 4 | http://pear.php.net/dtd/package-2.0 |
|---|
| 5 | http://pear.php.net/dtd/package-2.0.xsd"> |
|---|
| 6 | <name>markasjunk</name> |
|---|
| 7 | <channel>pear.roundcube.net</channel> |
|---|
| 8 | <summary>Mark messages as Junk</summary> |
|---|
| 9 | <description>Adds a new button to the mailbox toolbar to mark the selected messages as Junk and move them to the configured Junk folder.</description> |
|---|
| 10 | <lead> |
|---|
| 11 | <name>Thomas Bruederli</name> |
|---|
| 12 | <user>thomasb</user> |
|---|
| 13 | <email>roundcube@gmail.com</email> |
|---|
| 14 | <active>yes</active> |
|---|
| 15 | </lead> |
|---|
| 16 | <date>2010-03-29</date> |
|---|
| 17 | <time>13:20:00</time> |
|---|
| 18 | <version> |
|---|
| 19 | <release>1.0</release> |
|---|
| 20 | <api>1.0</api> |
|---|
| 21 | </version> |
|---|
| 22 | <stability> |
|---|
| 23 | <release>stable</release> |
|---|
| 24 | <api>stable</api> |
|---|
| 25 | </stability> |
|---|
| 26 | <license uri="http://www.gnu.org/licenses/gpl-2.0.html">GNU GPLv2</license> |
|---|
| 27 | <notes>-</notes> |
|---|
| 28 | <contents> |
|---|
| 29 | <dir baseinstalldir="/" name="/"> |
|---|
| 30 | <file name="markasjunk.php" role="php"> |
|---|
| 31 | <tasks:replace from="@name@" to="name" type="package-info"/> |
|---|
| 32 | <tasks:replace from="@package_version@" to="version" type="package-info"/> |
|---|
| 33 | </file> |
|---|
| 34 | <file name="markasjunk.js" role="data"> |
|---|
| 35 | <tasks:replace from="@name@" to="name" type="package-info"/> |
|---|
| 36 | <tasks:replace from="@package_version@" to="version" type="package-info"/> |
|---|
| 37 | </file> |
|---|
| 38 | <file name="localization/cs_CZ.inc" role="data"></file> |
|---|
| 39 | <file name="localization/da_DK.inc" role="data"></file> |
|---|
| 40 | <file name="localization/de_DE.inc" role="data"></file> |
|---|
| 41 | <file name="localization/en_US.inc" role="data"></file> |
|---|
| 42 | <file name="localization/es_AR.inc" role="data"></file> |
|---|
| 43 | <file name="localization/es_ES.inc" role="data"></file> |
|---|
| 44 | <file name="localization/et_EE.inc" role="data"></file> |
|---|
| 45 | <file name="localization/gl_ES.inc" role="data"></file> |
|---|
| 46 | <file name="localization/ja_JP.inc" role="data"></file> |
|---|
| 47 | <file name="localization/pl_PL.inc" role="data"></file> |
|---|
| 48 | <file name="localization/ru_RU.inc" role="data"></file> |
|---|
| 49 | <file name="localization/sv_SE.inc" role="data"></file> |
|---|
| 50 | <file name="localization/zh_TW.inc" role="data"></file> |
|---|
| 51 | <file name="skins/default/junk_act.png" role="data"></file> |
|---|
| 52 | <file name="skins/default/junk_pas.png" role="data"></file> |
|---|
| 53 | </dir> |
|---|
| 54 | <!-- / --> |
|---|
| 55 | </contents> |
|---|
| 56 | <dependencies> |
|---|
| 57 | <required> |
|---|
| 58 | <php> |
|---|
| 59 | <min>5.2.1</min> |
|---|
| 60 | </php> |
|---|
| 61 | <pearinstaller> |
|---|
| 62 | <min>1.7.0</min> |
|---|
| 63 | </pearinstaller> |
|---|
| 64 | </required> |
|---|
| 65 | </dependencies> |
|---|
| 66 | <phprelease/> |
|---|
| 67 | </package> |
|---|