- Fix: folder selector doesn't list unsubscribed folders, followup to r4942

release-0.6
alecpl 14 years ago
parent 951960e052
commit e86b4f4246

@ -118,7 +118,8 @@ function rcmail_folder_form($attrib)
'name' => '_parent', 'name' => '_parent',
'noselection' => '---', 'noselection' => '---',
'realnames' => false, 'realnames' => false,
'maxlength' => 150 'maxlength' => 150,
'unsubscribed' => true,
)); ));
$form['props']['fieldsets']['location']['content']['path'] = array( $form['props']['fieldsets']['location']['content']['path'] = array(

Loading…
Cancel
Save