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/steps/settings
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.
10 years ago
..
about.inc
delete_identity.inc
edit_folder.inc The following: 10 years ago
edit_identity.inc Implemented Text Editor widget that integrates all operations on 10 years ago
edit_prefs.inc add preferences_section_header hook 11 years ago
edit_response.inc Fix canned responses in HTML mode (#1489536) 11 years ago
folders.inc Removed redundant default_folders config option (#1489737) 11 years ago
func.inc Merge branch 'dev-accessibility' 10 years ago
identities.inc
responses.inc Apply accessibility improvements to the settings section 10 years ago
save_folder.inc Update class name in subscriptions folder list after saving folder properties 11 years ago
save_identity.inc Make identity name field optional (#1489510) 11 years ago
save_prefs.inc Removed redundant default_folders config option (#1489737) 11 years ago