Skip to content

Commit

Permalink
Managesieve: Fix bug where show_real_foldernames setting wasn't respe…
Browse files Browse the repository at this point in the history
…cted (#6422)
  • Loading branch information
alecpl committed Sep 1, 2018
1 parent 5cdb542 commit e9ea2f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CHANGELOG Roundcube Webmail

- Fix listing the same attachment multiple times on forwarded messages
- 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
----------------
Expand Down
2 changes: 2 additions & 0 deletions plugins/managesieve/Changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
- Fix bug where show_real_foldernames setting wasn't respected (#6422)

* version 9.1 [2018-05-19]
-----------------------------------------------------------
- Added GSSAPI support (#5779)
Expand Down
1 change: 0 additions & 1 deletion plugins/managesieve/lib/Roundcube/rcube_sieve_engine.php
Original file line number Diff line number Diff line change
Expand Up @@ -2405,7 +2405,6 @@ function action_div($fid, $id, $div=true)
}

$select = $this->rc->folder_selector(array(
'realnames' => false,
'maxlength' => 100,
'id' => 'action_mailbox' . $id,
'name' => "_action_mailbox[$id]",
Expand Down

0 comments on commit e9ea2f2

Please sign in to comment.