diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-16 14:40:37 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-16 14:40:37 +0100 |
commit | a4cdb601b70b859ae0c1fffd22cdaad2cb03113a (patch) | |
tree | ed6a036087beeac3535d3fff3004c6a85b61c700 /program | |
parent | 07a641c79f1d6fa6b327d1752a6c2ab76b4e07f6 (diff) |
Remove redundant code
Diffstat (limited to 'program')
-rw-r--r-- | program/steps/mail/compose.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/program/steps/mail/compose.inc b/program/steps/mail/compose.inc index bfb2fac75..e655e7bf2 100644 --- a/program/steps/mail/compose.inc +++ b/program/steps/mail/compose.inc @@ -1732,7 +1732,6 @@ 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); |