summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralecpl <alec@alec.pl>2011-08-04 10:59:50 +0000
committeralecpl <alec@alec.pl>2011-08-04 10:59:50 +0000
commit85e7a3d4a3e9f338818e60bd4f48fbc5e3ef1074 (patch)
tree9c609b0583f33acd657064fb83a470805d03c285
parent9f07d1d5322c9443494b754b37e911fa61a63f05 (diff)
- Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023)
-rw-r--r--program/steps/settings/folders.inc2
1 files changed, 1 insertions, 1 deletions
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', '&nbsp;');
$table->add(null, '&nbsp;');
- $a_js_folders['mailboxroot'] = array('.', '', true);
+ $a_js_folders['mailboxroot'] = array('', '', true);
$checkbox_subscribe = new html_checkbox(array(
'name' => '_subscribed[]',