- Fix locked folder rename option on servers supporting RFC2086 only (#1488089)
| | |
| | | CHANGELOG Roundcube Webmail |
| | | =========================== |
| | | |
| | | - Fix locked folder rename option on servers supporting RFC2086 only (#1488089) |
| | | - Trigger 'new_messages' hook for all checked folders (#1488083) |
| | | - Fix session race conditions when composing new messages |
| | | - Fix encoding of LDAP contacts identifiers (#1488079) |
| | |
| | | } |
| | | |
| | | if (!empty($options['rights'])) { |
| | | $options['norename'] = !in_array('x', $options['rights']); |
| | | $options['norename'] = !in_array('x', $options['rights']) && !in_array('d', $options['rights']); |
| | | |
| | | if (!$options['noselect']) { |
| | | $options['noselect'] = !in_array('r', $options['rights']); |
| | | } |