From a1bd6f12fbf098ecd65fdaf820d125e1dc1e4649 Mon Sep 17 00:00:00 2001 From: Benjamin Sonntag Date: Mon, 29 Oct 2012 17:39:56 +0000 Subject: [PATCH] we enable the right roundcube plugins --- roundcube/templates/roundcube/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roundcube/templates/roundcube/main.inc.php b/roundcube/templates/roundcube/main.inc.php index 3918bb17..7b924b2b 100644 --- a/roundcube/templates/roundcube/main.inc.php +++ b/roundcube/templates/roundcube/main.inc.php @@ -358,7 +358,7 @@ $rcmail_config['email_dns_check'] = true; // ---------------------------------- // List of active plugins (in plugins/ directory) -$rcmail_config['plugins'] = array(); +$rcmail_config['plugins'] = array("managesieve","password"); // ---------------------------------- // USER INTERFACE