fix for bug 1490153

pull/250/head
brendan braybrook 10 years ago
parent 409b649346
commit 6a2bc7d833

@ -1733,6 +1733,7 @@ function rcmail_store_target_selection($attrib)
'noselection' => '- ' . $RCMAIL->gettext('dontsave') . ' -',
'folder_filter' => 'mail',
'folder_rights' => 'w',
'realnames' => $RCMAIL->config->get('show_real_foldernames'),
)));
return $select->show(isset($_POST['_store_target']) ? $_POST['_store_target'] : $COMPOSE['param']['sent_mbox'], $attrib);

Loading…
Cancel
Save