From 85e7a3d4a3e9f338818e60bd4f48fbc5e3ef1074 Mon Sep 17 00:00:00 2001 From: alecpl Date: Thu, 4 Aug 2011 10:59:50 +0000 Subject: - Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023) --- program/steps/settings/folders.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') diff --git a/program/steps/settings/folders.inc b/program/steps/settings/folders.inc index 6a773df84..eea58062b 100644 --- a/program/steps/settings/folders.inc +++ b/program/steps/settings/folders.inc @@ -256,7 +256,7 @@ function rcube_subscription_form($attrib) $table->add('name', ' '); $table->add(null, ' '); - $a_js_folders['mailboxroot'] = array('.', '', true); + $a_js_folders['mailboxroot'] = array('', '', true); $checkbox_subscribe = new html_checkbox(array( 'name' => '_subscribed[]', -- cgit v1.2.3