Browse Source

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

release-0.6
alecpl 14 years ago
parent
commit
85e7a3d4a3
  1. 2
      program/steps/settings/folders.inc

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

Loading…
Cancel
Save