Merge pull request #250 from bbraybrook/master

Show real folder names in selector on compose screen (#1490153)
pull/251/head
Thomas B. 10 years ago
commit 7184653137

@ -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