summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorThomas B. <thomas@roundcube.net>2014-11-16 14:03:21 +0100
committerThomas B. <thomas@roundcube.net>2014-11-16 14:03:21 +0100
commit718465313732529515d7ff77346516943eb81016 (patch)
tree08c924517424dfd7b7f2f53368b6469624490e61 /program
parent07280e764357fe844c18beb9ada772956735b49e (diff)
parent6a2bc7d8334a17e3f12ec78396dfc13435777772 (diff)
Merge pull request #250 from bbraybrook/master
Show real folder names in selector on compose screen (#1490153)
Diffstat (limited to 'program')
-rw-r--r--program/steps/mail/compose.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc
index 751729cc5..56bc9fb9f 100644
--- a/program/steps/mail/compose.inc
+++ b/program/steps/mail/compose.inc
@@ -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);