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


1 files modified
2 ■■■ changed files
program/steps/settings/folders.inc 2 ●●● patch | view | raw | blame | history
program/steps/settings/folders.inc
@@ -256,7 +256,7 @@
    $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[]',