- Don't add threads checkbox in virtual folder record

release-0.6
alecpl 14 years ago
parent 7a0b9be8e3
commit 8ed0152e51

@ -295,8 +295,8 @@ function rcube_subscription_form($attrib)
$table->add('subscribed', ($protected || $folder['virtual']) ? ($subscribed ? ' •' : ' ') :
$checkbox_subscribe->show(($subscribed ? $folder_utf8 : ''), array('value' => $folder_utf8)));
if ($threading_supported) {
$table->add('threaded',
$checkbox_threaded->show(($threaded ? $folder_utf8 : ''), array('value' => $folder_utf8)));
$table->add('threaded', $folder['virtual'] ? '' :
$checkbox_threaded->show(($threaded ? $folder_utf8 : ''), array('value' => $folder_utf8)));
}
// add rename and delete buttons

Loading…
Cancel
Save