thomascube
2011-07-19 71cc6bf630f2a0bc12091515418f6d23e18d2720
program/steps/settings/folders.inc
@@ -251,6 +251,13 @@
    unset($seen);
    // add drop-target representing 'root'
    $table->add_row(array('id' => 'mailboxroot', 'class' => 'virtual root'));
    $table->add('name', ' ');
    $table->add(null, ' ');
    $a_js_folders['mailboxroot'] = array('.', '', true);
    $checkbox_subscribe = new html_checkbox(array(
        'name'    => '_subscribed[]',
        'title'   => rcube_label('changesubscription'),