Fix inactive Save search option after advanced search (#1488607)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix inactive Save search option after advanced search (#1488607) |
| | | - Fix Remove from group option is active for contact search result (#1488608) |
| | | - Disable autocapitalization in login form on iPad/iPhone (#1488609) |
| | | - Fix focus on the list when list row is clicked (#1488600) |
| | |
| | | $OUTPUT->command('set_env', 'source', ''); |
| | | $OUTPUT->command('set_env', 'group', ''); |
| | | |
| | | if (!$sid) { |
| | | // unselect currently selected directory/group |
| | | if (!$sid) |
| | | $OUTPUT->command('unselect_directory'); |
| | | // enable "Save search" command |
| | | $OUTPUT->command('enable_command', 'search-create', true); |
| | | } |
| | | $OUTPUT->command('update_group_commands'); |
| | | |
| | | // send response |