Changeset 5232 in subversion
- Timestamp:
- Sep 17, 2011 12:46:31 PM (21 months ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_imap.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r5228 r5232 2 2 =========================== 3 3 4 - Fix locked folder rename option on servers supporting RFC2086 only (#1488089) 4 5 - Trigger 'new_messages' hook for all checked folders (#1488083) 5 6 - Fix session race conditions when composing new messages -
trunk/roundcubemail/program/include/rcube_imap.php
r5205 r5232 3501 3501 3502 3502 if (!empty($options['rights'])) { 3503 $options['norename'] = !in_array('x', $options['rights']); 3503 $options['norename'] = !in_array('x', $options['rights']) && !in_array('d', $options['rights']); 3504 3504 3505 if (!$options['noselect']) { 3505 3506 $options['noselect'] = !in_array('r', $options['rights']);
Note: See TracChangeset
for help on using the changeset viewer.
