diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2014-04-07 18:00:09 +0200 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2014-04-07 18:00:09 +0200 |
commit | 7fce8fbbde18152b3130bc169beaa9069c85b611 (patch) | |
tree | 90357ae2366a3c54f8b8e413fdcb8ded415c8899 /plugins/archive/composer.json | |
parent | f5799df36bbb986f018515e32b0c17e4acb5957e (diff) |
Adapt archive and markasjunk plugins to work with multi-folder search results
Diffstat (limited to 'plugins/archive/composer.json')
-rw-r--r-- | plugins/archive/composer.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/archive/composer.json b/plugins/archive/composer.json index 8a585ad09..1e3331b2c 100644 --- a/plugins/archive/composer.json +++ b/plugins/archive/composer.json @@ -3,7 +3,7 @@ "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.1", + "version": "2.3", "authors": [ { "name": "Thomas Bruederli", |