From 3412e50b54e3daac8745234e21ab6e72be0ed165 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 04 Jun 2014 11:20:33 -0400
Subject: [PATCH] Fix attachment menu structure and aria-attributes

---
 plugins/managesieve/composer.json |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/plugins/managesieve/composer.json b/plugins/managesieve/composer.json
index 95933d6..51e76bc 100644
--- a/plugins/managesieve/composer.json
+++ b/plugins/managesieve/composer.json
@@ -3,7 +3,7 @@
     "type": "roundcube-plugin",
     "description": "Adds a possibility to manage Sieve scripts (incoming mail filters). It's clickable interface which operates on text scripts and communicates with server using managesieve protocol. Adds Filters tab in Settings.",
     "license": "GNU GPLv3+",
-    "version": "7.0",
+    "version": "7.2",
     "authors": [
         {
             "name": "Aleksander Machniak",
@@ -15,10 +15,15 @@
         {
             "type": "composer",
             "url": "http://plugins.roundcube.net"
+        },
+        {
+            "type": "pear",
+            "url": "http://pear.php.net/"
         }
     ],
     "require": {
         "php": ">=5.3.0",
-        "roundcube/plugin-installer": ">=0.1.3"
+        "roundcube/plugin-installer": ">=0.1.3",
+        "pear-pear/Net_Sieve": ">=1.3.2"
     }
 }

--
Gitblit v1.9.1