You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
roundcubemail/program/include
David Carter 4a9a0e1f0f The following:
program/steps/mail/compose.inc :: rcmail_store_target_selection()
  program/steps/settings/edit_folder.inc :: rcmail_folder_form()

both try to localise mailbox names.

Push the logic down into the folder_selector() method which can use:

  $this->config->get('show_real_foldernames')

to decide the correct default behaviour.

Clients functions and methods can still override by adding 'realnames'
named parameter to the folder_selector() call. The obvious example is
the Settings -> Preferences -> Special Folders screen.
12 years ago
..
bc.php Create class documentation with latest phpdoc utility 12 years ago
clisetup.php CS fixes 12 years ago
iniset.php Silence possible PHP Warning: file_exists(): open_basedir restriction in effect. 12 years ago
rcmail.php The following: 12 years ago
rcmail_html_page.php Create class documentation with latest phpdoc utility 12 years ago
rcmail_install.php Fix varius db_prefix issues (#1489839) 12 years ago
rcmail_output.php Create class documentation with latest phpdoc utility 12 years ago
rcmail_output_html.php Merge branch 'dev-accessibility' 12 years ago
rcmail_output_json.php Create class documentation with latest phpdoc utility 12 years ago
rcmail_string_replacer.php Create class documentation with latest phpdoc utility 12 years ago