Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
Conflicts:
program/lib/Roundcube/rcube_plugin.php
|
|
program/lib/PEAR.php and composer loaders exist (#1490112)
|
|
|
|
This makes the edior ready when restoring a HTML message from localStorage (#1490016)
|
|
|
|
|
|
parameters for the 'compose' command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
number format
|
|
|
|
of current folder, even if it does not exist
|
|
|
|
|
|
Conflicts:
CHANGELOG
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1484086)
|
|
|
|
behavioral improvements and encrytion are still to be added
|
|
|
|
classic skin.
|
|
Conflicts (resolved):
skins/classic/includes/settingstabs.html
skins/larry/includes/settingstabs.html
|
|
|
|
register themselves there using the 'settings_actions' hook
|
|
|
|
allow different logos for different functions (eg. normal and print)
|
|
|
|
(#1489264)
|
|
add plugin hook for updating user prefs: 'preferences_update'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|