Managesieve: Fix bug where show_real_foldernames setting wasn't respected (#6422)

pull/6429/head
Aleksander Machniak 6 years ago
parent 5cdb54221f
commit e9ea2f2aeb

@ -3,6 +3,7 @@ CHANGELOG Roundcube Webmail
- Fix listing the same attachment multiple times on forwarded messages - Fix listing the same attachment multiple times on forwarded messages
- Fix compatibility with MySQL 8 - error on 'system' table use - Fix compatibility with MySQL 8 - error on 'system' table use
- Managesieve: Fix bug where show_real_foldernames setting wasn't respected (#6422)
RELEASE 1.4-beta RELEASE 1.4-beta
---------------- ----------------

@ -1,3 +1,5 @@
- Fix bug where show_real_foldernames setting wasn't respected (#6422)
* version 9.1 [2018-05-19] * version 9.1 [2018-05-19]
----------------------------------------------------------- -----------------------------------------------------------
- Added GSSAPI support (#5779) - Added GSSAPI support (#5779)

@ -2405,7 +2405,6 @@ class rcube_sieve_engine
} }
$select = $this->rc->folder_selector(array( $select = $this->rc->folder_selector(array(
'realnames' => false,
'maxlength' => 100, 'maxlength' => 100,
'id' => 'action_mailbox' . $id, 'id' => 'action_mailbox' . $id,
'name' => "_action_mailbox[$id]", 'name' => "_action_mailbox[$id]",

Loading…
Cancel
Save