- Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023)

release-0.6
alecpl 13 years ago
parent 9f07d1d532
commit 85e7a3d4a3

@ -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[]',

Loading…
Cancel
Save