Update authors and version numbers
| | |
| | | * Plugin that adds a new button to the mailbox toolbar |
| | | * to move messages to a (user selectable) archive folder. |
| | | * |
| | | * @version 2.0 |
| | | * @version 2.1 |
| | | * @license GNU GPLv3+ |
| | | * @author Andre Rodier, Thomas Bruederli |
| | | * @author Andre Rodier, Thomas Bruederli, Aleksander Machniak |
| | | */ |
| | | class archive extends rcube_plugin |
| | | { |
| | |
| | | "type": "roundcube-plugin", |
| | | "description": "This adds a button to move the selected messages to an archive folder. The folder (and the optional structure of subfolders) can be selected in the settings panel.", |
| | | "license": "GNU GPLv3+", |
| | | "version": "2.0", |
| | | "version": "2.1", |
| | | "authors": [ |
| | | { |
| | | "name": "Thomas Bruederli", |
| | | "email": "roundcube@gmail.com", |
| | | "role": "Lead" |
| | | }, |
| | | { |
| | | "name": "Aleksander Machniak", |
| | | "email": "alec@alec.pl", |
| | | "role": "Developer" |
| | | } |
| | | ], |
| | | "repositories": [ |
| | |
| | | <email>roundcube@gmail.com</email> |
| | | <active>yes</active> |
| | | </lead> |
| | | <lead> |
| | | <name>Aleksander Machniak</name> |
| | | <user>alec</user> |
| | | <email>alec@alec.pl</email> |
| | | <active>yes</active> |
| | | </lead> |
| | | <date>2013-10-30</date> |
| | | <version> |
| | | <release>2.1</release> |