diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-16 14:05:35 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-16 14:05:35 +0100 |
commit | 2d62b6bff8a0525916d0193033403b33e99416ae (patch) | |
tree | f5cac492f27064971410b900aa3815796411f6c5 /program | |
parent | 9e4246d9571481fe7b80227b1e23dc013771c5af (diff) | |
parent | 718465313732529515d7ff77346516943eb81016 (diff) |
Merge branch 'master' of github.com:roundcube/roundcubemail
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/mail/compose.inc | 1 |
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); |